Skip to content

Commit c68323d

Browse files
authored
Disable codecov checks in PRs, they're not useful
1 parent fb577cb commit c68323d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codecov.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
comment: # this is a top-level key
1+
github_checks: false
2+
comment: # this is a top-level key
23
layout: "reach, diff, flags, files"
34
behavior: default
45
require_changes: false # if true: only post the comment if coverage changes
@@ -7,6 +8,7 @@
78
after_n_builds: 2
89
coverage:
910
status:
11+
patch: false
1012
project:
1113
default:
1214
threshold: 0.05 # 5%

0 commit comments

Comments
 (0)