Skip to content

Commit dd7169f

Browse files
chore: configure Codecov to be informational only
Set both project and patch coverage status checks to informational mode. This prevents Codecov from blocking PRs while still providing coverage insights. Allows coverage to fluctuate by up to 10% (project) and 50% (patch) without failing. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent 109cac2 commit dd7169f

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

codecov.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
target: auto
6+
threshold: 10%
7+
informational: true
8+
patch:
9+
default:
10+
target: auto
11+
threshold: 50%
12+
informational: true
13+
14+
comment:
15+
layout: "reach,diff,flags,tree"
16+
behavior: default
17+
require_changes: false

0 commit comments

Comments
 (0)