Skip to content

Commit a2e5cf5

Browse files
authored
Add codecov check (#7760)
* [CI] set codecov status check * update * [CI] adjust codeocov target
1 parent 38f792e commit a2e5cf5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/codecov.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ coverage:
66
status:
77
project:
88
default:
9-
target: 75% # overall project Coverage < 75% CI will fail
9+
target: 58% # overall project Coverage
10+
threshold: 1% # Allow the coverage to drop by 1%, and posting a success status.
1011
patch:
1112
default:
12-
target: 90% # lines adjusted Coverage < 90% CI will fail
13-
13+
target: 80% # lines adjusted Coverage < 80% CI will fail

0 commit comments

Comments
 (0)