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 79c9023 commit c6f1e42Copy full SHA for c6f1e42
.github/workflows/github-actions.yml
@@ -672,4 +672,5 @@ jobs:
672
parallel-finished: true
673
- uses: codecov/codecov-action@v5
674
with:
675
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ verbose: true
676
+ token: ${{ secrets.CODECOV_TOKEN }}
ci/templates/.github/workflows/github-actions.yml
@@ -145,5 +145,6 @@ jobs:
145
146
147
148
- CODECOV_TOKEN: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
149
+ token: {% raw %}${{ secrets.CODECOV_TOKEN }}{% endraw %}
150
{{ '' }}
0 commit comments