Skip to content

Commit

Permalink
Add codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Jan 4, 2024
1 parent f7e4bfa commit 44a4708
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 @@ -60,6 +60,11 @@ jobs:
- name: Integration tests
run: pytest --cov=jobflow_remote --cov-append --cov-report=xml tests/integration

- 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 44a4708

Please sign in to comment.