Skip to content

Commit

Permalink
ci: fix codecov error in github workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <[email protected]>
  • Loading branch information
Alex-Izquierdo committed Oct 3, 2024
1 parent a279828 commit 07e042c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ jobs:
name: ${{ matrix.name }}
# verbose: true # optional (default = false)
fail_ci_if_error: true
use_oidc: true # cspell:ignore oidc
files: "*/tests/output/reports/coverage.xml"
token: ${{ secrets.CODECOV_TOKEN }}

# - name: Check codecov.io status
# if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 07e042c

Please sign in to comment.