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 2d6b44e commit 4dbbbd7Copy full SHA for 4dbbbd7
.github/workflows/moxunit.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: codecov/codecov-action@v4
34
with:
35
file: coverage.xml # optional
36
+ token: ${{ secrets.CODECOV_TOKEN }}
37
flags: unittests # optional
38
name: codecov-umbrella # optional
39
fail_ci_if_error: true # optional (default = false)
0 commit comments