Skip to content

Commit

Permalink
don't fail on codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Apr 7, 2024
1 parent f004208 commit 0f8591f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ jobs:
files: ./coverage.txt
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }} # required
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 0f8591f

Please sign in to comment.