Skip to content

Commit

Permalink
ci: lower codecov severity to informational
Browse files Browse the repository at this point in the history
Instead of failing the CI pipeline when code coverage slightly
decreases, this change sets the codecov severity to informational. This
allows the reviewer to assess the coverage changes and make the decision
on whether to accept the changes, rather than automatically failing the
build. This provides more flexibility and context for the coverage
changes.

Signed-off-by: Michael Adler <[email protected]>
  • Loading branch information
michaeladler committed Feb 3, 2025
1 parent 6a9eeb2 commit ee1e8f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ ignore:

coverage:
status:
project:
default:
informational: true
patch:
default:
target: auto
Expand Down

0 comments on commit ee1e8f9

Please sign in to comment.