Skip to content

Commit bf985b9

Browse files
author
Justin Abrahms
authored
chore: Pass in a token to codecov to prevent build breaks (#180)
Signed-off-by: Justin Abrahms <[email protected]>
1 parent 79cc125 commit bf985b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pullrequest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
- name: Upload coverage to Codecov
4545
uses: codecov/codecov-action@e0fbd592d323cb2991fb586fdd260734fcb41fcb
4646
with:
47+
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4748
flags: unittests # optional
4849
name: coverage # optional
4950
fail_ci_if_error: true # optional (default = false)

0 commit comments

Comments
 (0)