Skip to content

Commit

Permalink
dev: do not fail because of codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
spali committed Apr 22, 2024
1 parent 3cd23d8 commit dfc4d8d
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,5 +56,5 @@ jobs:
with:
files: ./coverage.out
verbose: true
fail_ci_if_error: true
fail_ci_if_error: false
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit dfc4d8d

Please sign in to comment.