Skip to content

Commit

Permalink
change codecov dir
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel authored Feb 6, 2024
1 parent dc02dff commit 003a0f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
directory: ./coverage/reports/
env_vars: OS,PYTHON
fail_ci_if_error: true
files: ./coverage.xml
files: ./coverage1.xml,./coverage2.xml # optional
flags: unittests
name: codecov-umbrella
path_to_write_report: ./coverage/codecov_report.txt
verbose: true

0 comments on commit 003a0f2

Please sign in to comment.