We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea09981 commit cf5924aCopy full SHA for cf5924a
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
if: ${{ endsWith(github.ref, '/master') || startsWith(github.ref, 'refs/tags/') }}
57
uses: codecov/codecov-action@v4
58
with:
59
- fail_ci_if_error: true
+ fail_ci_if_error: false
60
token: ${{ secrets.CODECOV_TOKEN }}
61
62
- name: Gradle Local Docker Trial Build
0 commit comments