Skip to content

Commit 5c03e5f

Browse files
authored
ci: Fix CodeCov reports from failing spontaneously (#1536)
1 parent d6c0939 commit 5c03e5f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

codecov.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
codecov:
2+
notify:
3+
# Update this depending on how many independent jobs upload coverage results.
4+
# https://docs.codecov.com/docs/notifications#section-preventing-notifications-until-after-n-builds
5+
after_n_builds: 3
6+
17
coverage:
28
status:
39
project:
410
default:
511
target: auto
6-
threshold: .1
7-
notify:
8-
after_n_builds: 5
12+
threshold: 1%

0 commit comments

Comments
 (0)