Skip to content

Commit 885c92b

Browse files
The important metric is project coverage
Make patch coverage informational, so that fixing a typo in a line that raises an exception (typically not covered by a test) passes CI.
1 parent 378d5af commit 885c92b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ coverage:
33
patch:
44
default:
55
target: auto
6+
informational: true
67
project:
78
default:
89
target: auto
@@ -14,7 +15,7 @@ codecov:
1415
comment:
1516
layout: "diff, files"
1617
behavior: default
17-
require_changes: true # if true: only post the comment if coverage changes
18+
require_changes: true # if true: only post the comment if coverage changit logges
1819
branches: # branch names that can post comment
1920
- "main"
2021
github_checks:

0 commit comments

Comments
 (0)