Skip to content

Commit b7d1ca0

Browse files
Do not fail CI in main branch if only codecov fails (#1113)
Co-authored-by: Helio Machado <[email protected]>
1 parent 7865f89 commit b7d1ca0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/codecov.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ coverage:
99
threshold: 10%
1010
# non-blocking status checks
1111
informational: true
12+
only_pulls: true
13+
14+
comment:
15+
# sections shown in the PR comment
16+
layout: "reach, diff, flags, files"
17+
# updates the comment on PRs when coverage changes
18+
behavior: default
1219

1320
flags:
1421
datachain:

0 commit comments

Comments
 (0)