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 7e3e17a commit 6521c80Copy full SHA for 6521c80
.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