openml-python
openml-python copied to clipboard
Code coverage fails
Description
Codecov
is currently being triggered for Python 3.8
, for Scikit-learn 0.23.1
.
Expected Results
The coverage statistics are successfully updated.
Actual Results
The coverage instance fails in Github Actions.
If I recall correctly this may have had to do with the unit test clean up also removing the coverage file before upload.
As you mentioned, it does appear to be a case of the missing coverage file. However, on local tests, the coverage.xml
is being generated while running pytest. Probably the Github Actions flow cannot either detect the file or not find content in it, or I wonder if this some path issue too.
I remember working on this and seeing the coverage file get deleted on my system by test clean up (because they clean all new files from openml
instead of openml/tests/files/
). Weird thing I can't find any branch for this. I also don't remember when exactly this is, so it might have been an issue that has been fixed and this is now a new issue 😓