Skip to content

Commit

Permalink
Attempt to fix CODECOV_TOKEN usage
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Apr 13, 2024
1 parent b53652e commit 1675840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
- name: Upload report to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/visp-coverage.cleaned
fail_ci_if_error: true
verbose: true

0 comments on commit 1675840

Please sign in to comment.