Skip to content

Commit 75cc249

Browse files
committed
chore: Update codecov.yml
1 parent 981dd09 commit 75cc249

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

codecov.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
comment:
22
layout: "diff"
33
behavior: default
4-
require_changes: true # Avoid coverage comment if no files are changed.
54

65
coverage:
7-
range: 70..100
8-
round: down
9-
precision: 2
106
status:
117
project:
128
default:
13-
target: 80%
9+
# basic
10+
# target: 50%
11+
threshold: 0%
12+
# advanced
13+
if_not_found: success
14+
if_ci_failed: error
15+
if_no_uploads: error
1416
patch:
1517
default:
1618
# basic
1719
target: 90%
1820
if_not_found: success
1921
if_ci_failed: error
2022
if_no_uploads: error
21-
threshold: 4% # Because some tests are flaky.

0 commit comments

Comments
 (0)