Skip to content

Commit

Permalink
try to fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Apr 13, 2024
1 parent f0b1b98 commit 383724f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
run: pytest --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
env_vars: OS,PYTHON
files: ./coverage.xml
flags: unittests
fail_ci_if_error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ihmeuw-msca/pypkg

0 comments on commit 383724f

Please sign in to comment.