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 99b935f commit 87e7ad1Copy full SHA for 87e7ad1
.github/workflows/test.yml
@@ -44,5 +44,6 @@ jobs:
44
- name: Upload coverage to Codecov
45
uses: codecov/codecov-action@v1
46
with:
47
+ token: ${{ secrets.CODECOV_TOKEN }}
48
fail_ci_if_error: true
49
file: ./coverage.xml
0 commit comments