Skip to content

Commit 9ebe477

Browse files
committed
Merge #399: ci: use coverage upload token
5bea92d ci: use coverage upload token (Cameron Garnham) Pull request description: ACKs for top commit: da2ce7: ACK 5bea92d Tree-SHA512: 0581073092240939b410579502d64d6d5d7ab2d3666ab1b78d7bdf614d2fc5e00d728f91e6f0cffdfe21eb82eb75904702193682531cd19fe9da93439445b5f3
2 parents 7d133ae + 5bea92d commit 9ebe477

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
name: Upload Coverage Report
5555
uses: codecov/codecov-action@v3
5656
with:
57+
token: ${{ secrets.CODECOV_TOKEN }}
5758
files: ${{ steps.coverage.outputs.report }}
5859
verbose: true
5960
fail_ci_if_error: true

0 commit comments

Comments
 (0)