Skip to content

Commit f2b86e8

Browse files
committed
Enable Codecov status checks
1 parent e224d56 commit f2b86e8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

codecov.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
# basic
6+
target: 100%
7+
threshold: 0%
8+
flags:
9+
- canary
10+
- experimental
11+
- latest
12+
branches:
13+
- main
14+
- 12.x
15+
if_ci_failed: success
16+
if_not_found: failure
17+
informational: false
18+
only_pulls: false
19+
github_checks:
20+
annotations: true

0 commit comments

Comments
 (0)