Skip to content

Commit

Permalink
chore: don't fail code-cov on failure (#3661)
Browse files Browse the repository at this point in the history
don't fail on failure

Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller authored Jun 21, 2024
1 parent 4f1edbe commit f2b155d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: codecov/[email protected]
with:
file: coverage.out
fail_ci_if_error: true
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit f2b155d

Please sign in to comment.