Skip to content

Commit 2b3fe69

Browse files
committed
Make codecov coverage checks informational
Codecov's default behavior is to fail CI on any decrease from the base commit's coverage. Small refactors can move the denominator enough to trip this (recently a 0.12% drop) without the change meaningfully reducing test quality. Mark project and patch status as informational so coverage is reported on PRs but never gates merge. Matches corosio's configuration.
1 parent 27c6465 commit 2b3fe69

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ codecov:
1212
after_n_builds: 1
1313
wait_for_ci: yes
1414

15+
# Make coverage checks informational (report but never fail CI)
16+
coverage:
17+
status:
18+
project:
19+
default:
20+
informational: true
21+
patch:
22+
default:
23+
informational: true
24+
1525
# Change how pull request comments look
1626
comment:
1727
layout: "reach,diff,flags,files,footer"

0 commit comments

Comments
 (0)