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 aa8e486 commit 443178aCopy full SHA for 443178a
.github/workflows/pre-release.yml
@@ -65,4 +65,5 @@ jobs:
65
- uses: codecov/codecov-action@v4
66
with:
67
file: coverage.xml
68
+ token: ${{ secrets.CODECOV_TOKEN }}
69
if: ${{ always() }}
.github/workflows/stable.yml
@@ -68,4 +68,5 @@ jobs:
70
71
72
0 commit comments