Skip to content

Commit

Permalink
ci: Add a flag for Codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
utilForever committed Jun 12, 2024
1 parent adf9f94 commit 2f1a83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
- name: Run Unit Test
run: /home/runner/work/RosettaStone/RosettaStone/build/bin/UnitTests
- name: Upload Coverage Reports to Codecov
run: bash <(curl -s https://codecov.io/bash)
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2f1a83c

Please sign in to comment.