Skip to content

Commit

Permalink
Try different way of specifying token to Codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
mbollmann committed Apr 20, 2024
1 parent dc1df5f commit ccbc4cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,6 @@ jobs:
# Coverage report
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ccbc4cb

Please sign in to comment.