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 a77408b commit 855e55eCopy full SHA for 855e55e
.github/workflows/test.yml
@@ -68,4 +68,5 @@ jobs:
68
uses: codecov/codecov-action@v4
69
if: success()
70
with:
71
+ token: ${{ secrets.CODECOV_TOKEN }}
72
file: ./coverage/clover.xml
0 commit comments