Skip to content

Commit c8c2048

Browse files
authored
build: enforce diff code coverage of 80% (#769)
Resolves: #768 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
1 parent aef90e4 commit c8c2048

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/.codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ coverage:
1717
default:
1818
target: 75%
1919
if_ci_failed: error
20+
patch:
21+
default:
22+
target: 80%
23+
if_ci_failed: error

0 commit comments

Comments
 (0)