Skip to content

Commit

Permalink
Update Code_Coverage.yml for Code Coverage Token
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigRazor authored May 17, 2024
1 parent b8fde9d commit b4263e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Code_Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- uses: codecov/[email protected]
with:
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
file: ${{github.workspace}}/build/test/coverage.info # optional
flags: unittests # optional
name: codecov-umbrella # optional
Expand Down

0 comments on commit b4263e6

Please sign in to comment.