We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cc125 commit bf985b9Copy full SHA for bf985b9
.github/workflows/pullrequest.yml
@@ -44,6 +44,7 @@ jobs:
44
- name: Upload coverage to Codecov
45
uses: codecov/codecov-action@e0fbd592d323cb2991fb586fdd260734fcb41fcb
46
with:
47
+ token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
48
flags: unittests # optional
49
name: coverage # optional
50
fail_ci_if_error: true # optional (default = false)
0 commit comments