Thanks to visit codestin.com Credit goes to github.com
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 cc4f1fe commit 3edd578Copy full SHA for 3edd578
.github/workflows/ci.yml
@@ -16,3 +16,5 @@ jobs:
16
pip install codecov-cli
17
- name: Upload coverage to Codecov
18
uses: codecov/[email protected]
19
+ env:
20
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments