Skip to content

Commit

Permalink
upload coverage.xml for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Mar 23, 2024
1 parent 00d3d0a commit 650acf4
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,11 @@ jobs:
path: pytest.xml

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
working-directory: centerline_width
token: ${{ secrets.CODECOV_TOKEN }}
slug: cyschneck/centerline-width
fail_ci_if_error: false
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.xml
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false

0 comments on commit 650acf4

Please sign in to comment.