Skip to content

Commit

Permalink
ensure we use codecov token when uploading results
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianoc committed Feb 5, 2025
1 parent cef03d3 commit c8f2e75
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cecilifier-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ jobs:
- run: dotnet test --filter 'TestCategory !~ Issues' --collect:"XPlat Code Coverage"
- run: dotnet format style --verify-no-changes
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN || 'XXXX' }}

0 comments on commit c8f2e75

Please sign in to comment.