Skip to content

Commit

Permalink
chore(codecov): Do not fail the codecov check (#81827)
Browse files Browse the repository at this point in the history
We have the comment in place to let us know if there's something to do.
The check always turns red and we do nothing about it.
  • Loading branch information
armenzg authored Dec 9, 2024
1 parent 54b76b4 commit d7c1df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ coverage:
backend:
# codecov will not fail status checks for master
only_pulls: true
informational: false # Fail the check
target: 90%
informational: true # Do not fail the check
target: 50%
flags:
- backend
ignore:
Expand Down

0 comments on commit d7c1df3

Please sign in to comment.