Skip to content

Commit 8a16f21

Browse files
committed
ci: Fix build disabling codecov submission
1 parent 07f9c01 commit 8a16f21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scikit-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ test:
6060
convert_to_generic_platform_wheel(wheel, remove_original=True)
6161
- python setup.py test
6262

63-
after_test:
64-
commands:
65-
- codecov -X gcov --required --file ./tests/coverage.xml
63+
#after_test:
64+
# commands:
65+
# - codecov -X gcov --required --file ./tests/coverage.xml

0 commit comments

Comments
 (0)