Skip to content

Commit

Permalink
Merge pull request #145 from vkottler/dev/codecov
Browse files Browse the repository at this point in the history
Fix codecov
  • Loading branch information
mmbrea committed Jun 21, 2024
2 parents 35af38c + 3fddb60 commit c8b09bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
env:
TWINE_PASSWORD: ${{secrets.TWINE_PASSWORD}}
GITHUB_API_TOKEN: ${{secrets.API_TOKEN}}
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

jobs:
build:
Expand Down Expand Up @@ -58,6 +59,10 @@ jobs:
PY_TEST_EXTRA_ARGS: --cov-report=xml

- uses: codecov/codecov-action@v3.1.5
with:
fail_ci_if_error: true
verbose: true
token: ${{secrets.CODECOV_TOKEN}}

- run: mk pypi-upload-ci
env:
Expand Down
2 changes: 1 addition & 1 deletion config

0 comments on commit c8b09bc

Please sign in to comment.