Skip to content

Commit

Permalink
add CODECOV_TOKEN to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jun 20, 2024
1 parent dabf1ab commit 6791ba0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@ jobs:
run: make stop ${{ matrix.test-case }}
continue-on-error: false
- name: Upload coverage report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
if: ${{ success() && matrix.test-case == 'coverage' }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./reports/coverage.xml
fail_ci_if_error: true
verbose: true

0 comments on commit 6791ba0

Please sign in to comment.