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 2224b48 + 7f6cf21 commit 309db3eCopy full SHA for 309db3e
.github/workflows/ci.yml
@@ -51,3 +51,6 @@ jobs:
51
52
- name: "Upload coverage to Codecov"
53
uses: "codecov/codecov-action@v4"
54
+ with:
55
+ fail_ci_if_error: true
56
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments