8000 MNT Prevent coverage status update on each upload to codecov (#17822) · scikit-learn/scikit-learn@3cd62b3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cd62b3

Browse files
authored
MNT Prevent coverage status update on each upload to codecov (#17822)
1 parent 0ea3244 commit 3cd62b3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ coverage:
1717
target: auto
1818
threshold: 1%
1919

20+
codecov:
21+
notify:
22+
# Prevent coverage status to upload multiple times for parallel and long
23+
# running CI pipelines. This configuration is particularly useful on PRs
24+
# to avoid confusion. Note that this value is set to the number of Azure
25+
# Pipeline jobs uploading coverage reports.
26+
after_n_builds: 6
27+
2028
ignore:
2129
- "sklearn/externals"
2230
- "sklearn/_build_utils"

0 commit comments

Comments
 (0)
0