Skip to content

Commit

Permalink
gh workflow: Add token to test.yaml (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
art-tapin committed Jul 19, 2023
1 parent 9d3a90f commit 2ac7294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Upload coverage reports to CodeCov # more at https://github.com/codecov/codecov-action
uses: codecov/codecov-action@v3
with:
# token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
files: ./cover.out
# env_vars: TEST_IMG
# flags: unittests
Expand Down

0 comments on commit 2ac7294

Please sign in to comment.