Skip to content

Merge pull request #122 from eshwen/dependabot/pip/main/voila-0.5.5 #23

Merge pull request #122 from eshwen/dependabot/pip/main/voila-0.5.5

Merge pull request #122 from eshwen/dependabot/pip/main/voila-0.5.5 #23

Workflow file for this run

name: Test Python Project
on:
push:
branches:
- main
pull_request:
branches:
- main
concurrency:
group: test-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
uses: eshwen/adrenaline/[email protected]
with:
python-version: '3.10'
path: 'my_project/'
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true