Skip to content

Commit

Permalink
fixed gh-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasstorm committed Dec 23, 2024
1 parent 79e07eb commit a6fbd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ jobs:
if: ${{ env.SKIP_UNITTESTS == '0' }}
run: |
pytest --cov=./ --cov-report=xml --tb=native tests
- uses: codecov/codecov-action@v2
- name: Upload coverage reports to Codecov
if: ${{ env.SKIP_UNITTESTS == '0' }}
uses: codecov/[email protected]
with:
fail_ci_if_error: true
uses: codecov/[email protected]
token: ${{ secrets.CODECOV_TOKEN }}
codecov_yml_path: ./codecov.yml

Expand Down

0 comments on commit a6fbd64

Please sign in to comment.