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 6312948 commit b1173e7Copy full SHA for b1173e7
.github/workflows/build.yml
@@ -24,4 +24,5 @@ jobs:
24
with:
25
fail_ci_if_error: true
26
files: artifacts/logs/*/coverage.cobertura.xml
27
+ token: ${{ secrets.CODECOV_TOKEN }}
28
# TODO: Upload to GitHub packages instead of MyGet in GitHub actions for master and develop.
0 commit comments