8000 CI ignore more non-library Python files in codecov (#26059) · scikit-learn/scikit-learn@37d2d1c · GitHub
[go: up one dir, main page]

Skip to content

Commit 37d2d1c

Browse files
authored
CI ignore more non-library Python files in codecov (#26059)
1 parent fc2b52e commit 37d2d1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ codecov:
2828
ignore:
2929
- "sklearn/externals"
3030
- "sklearn/_build_utils"
31+
- "sklearn/__check_build"
32+
- "sklearn/_min_dependencies.py"
3133
- "**/setup.py"
34+
- "**/conftest.py"

0 commit comments

Comments
 (0)
0