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.
2 parents 1d28a71 + 7b0483e commit d735a24Copy full SHA for d735a24
.github/workflows/build.yml
@@ -71,6 +71,10 @@ jobs:
71
if: matrix.coverage
72
uses: codecov/codecov-action@v1
73
with:
74
+ # Could you use this to fake the coverage report for your PR? Sure.
75
+ # Will anyone be impressed by your amazing coverage? No
76
+ # Maybe if codecov wasn't broken we wouldn't need to do this...
77
+ token: f421b687-4dc2-4387-ac3d-dc3b2528af57
78
fail_ci_if_error: true
79
80
fuzz:
0 commit comments