Skip to content

Commit

Permalink
Temporarily disable codecov until can get approval on new org
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Sep 25, 2024
1 parent ea09981 commit cf5924a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
if: ${{ endsWith(github.ref, '/master') || startsWith(github.ref, 'refs/tags/') }}
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

- name: Gradle Local Docker Trial Build
Expand Down

0 comments on commit cf5924a

Please sign in to comment.