Skip to content

Commit 2ebcd0d

Browse files
committed
Add missing Codecov token in test.yml Actions workflow
1 parent c4b2e8c commit 2ebcd0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,5 @@ jobs:
118118
run: cargo tarpaulin -v --out Xml --ciserver github-actions
119119
- name: Upload coverage statistics
120120
uses: codecov/codecov-action@v1
121+
with:
122+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)