Skip to content

Commit

Permalink
Revert "Temporarily disable codecov until can get approval on new org"
Browse files Browse the repository at this point in the history
This reverts commit cf5924a.
  • Loading branch information
chadlwilson committed Sep 25, 2024
1 parent 835d640 commit 4a18b3a
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: false
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

- name: Gradle Local Docker Trial Build
Expand Down

0 comments on commit 4a18b3a

Please sign in to comment.