We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5888aea commit 56c1bbcCopy full SHA for 56c1bbc
.github/workflows/merge.yml
@@ -51,6 +51,7 @@ jobs:
51
- name: Upload coverage to Codecov
52
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
53
with:
54
+ token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
55
flags: unittests # optional
56
name: coverage # optional
57
fail_ci_if_error: true # optional (default = false)
0 commit comments