Skip to content

Commit

Permalink
Fix codecov-action configuration in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Feb 7, 2024
1 parent 346021e commit 6dbde20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
files: ./coverage.xml
fail_ci_if_error: false
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
integration:
name: "Integration ${{ matrix.ubuntu-version }} with ${{ matrix.python-version }}"
runs-on: "ubuntu-22.04"
Expand Down

0 comments on commit 6dbde20

Please sign in to comment.