We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe59a23 commit fe2a361Copy full SHA for fe2a361
.github/workflows/release.yml
@@ -46,6 +46,7 @@ jobs:
46
- name: Upload coverage to Codecov
47
uses: codecov/codecov-action@v2
48
with:
49
+ token: ${{ secrets.CODECOV_TOKEN }}
50
flags: unittests # optional
51
name: coverage # optional
52
fail_ci_if_error: true # optional (default = false)
0 commit comments