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 56efef5 commit f408403Copy full SHA for f408403
.github/workflows/main.yml
@@ -58,5 +58,6 @@ jobs:
58
- name: Upload coverage to Codecov
59
uses: codecov/codecov-action@v4
60
with:
61
- token: ${{ secrets.CODECOV_TOKEN }}
62
fail_ci_if_error: true
+ env:
63
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments