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 2079501 commit 5d2128aCopy full SHA for 5d2128a
1 file changed
.github/workflows/test.yml
@@ -114,5 +114,6 @@ jobs:
114
uses: codecov/codecov-action@v3
115
with:
116
files: coverage.xml
117
+ token: ${{ secrets.CODECOV_TOKEN }}
118
fail_ci_if_error: true
119
verbose: true
0 commit comments