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.
2 parents 7e3e17a + 6521c80 commit 51ae4c0Copy full SHA for 51ae4c0
.github/workflows/test.yaml
@@ -23,4 +23,5 @@ jobs:
23
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
24
with:
25
flags: unittests
26
+ token: ${{ secrets.CODECOV_TOKEN }}
27
fail_ci_if_error: true
0 commit comments