Skip to content

Commit

Permalink
Add codecov upload (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Jan 25, 2024
1 parent d9381eb commit d9972ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ jobs:
- name: Test
run: pytest --cov=jobflow_remote --cov-report=xml

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docs:
name: Build documentation
runs-on: ubuntu-latest
Expand Down

0 comments on commit d9972ec

Please sign in to comment.