We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e660c8 commit b11a611Copy full SHA for b11a611
1 file changed
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: codecov/codecov-action@v5
50
with:
51
# Codecov requires a token for private repos,
52
- # and it's highly recommended for public ones to avoid rate limits.
+ # and it's highly recommended for public ones to avoid rate limits
53
token: ${{ secrets.CODECOV_TOKEN }}
54
directory: ./coverage
55
fail_ci_if_error: true # Stops the build if upload fails
0 commit comments