Skip to content

Commit

Permalink
Upload codecov in unit tests workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Waltlova <[email protected]>
  • Loading branch information
andywaltlova committed Oct 31, 2024
1 parent 72cd654 commit 74ee9bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 40 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/codecov.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,14 @@ jobs:
- name: Test with pytest
run: |
pytest -v
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
env_vars: OS,PYTHON
file: ./coverage.xml
fail_ci_if_error: true
flags: unittests
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 74ee9bb

Please sign in to comment.