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.
test.yml
1 parent c4b2e8c commit 2ebcd0dCopy full SHA for 2ebcd0d
.github/workflows/test.yml
@@ -118,3 +118,5 @@ jobs:
118
run: cargo tarpaulin -v --out Xml --ciserver github-actions
119
- name: Upload coverage statistics
120
uses: codecov/codecov-action@v1
121
+ with:
122
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments