You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this seems good, much of that coverage is generated by reading files and checking some data of that files. This might give a wrong impression.
My suggestion is:
split the current unit-tests into real unit-tests and filecheck-tests to separate these two wrt to code coverage
bring unit-tests to 100% by adding tests (as much as possible)
fix notebook-tests to also create coverage report (currently broken: CoverageWarning: No data was collected. (no-data-collected)) MNT: fix path for notebook coverage #157
Currently we have roughly 90% code coverage.
While this seems good, much of that coverage is generated by reading files and checking some data of that files. This might give a wrong impression.
My suggestion is:
CoverageWarning: No data was collected. (no-data-collected)
) MNT: fix path for notebook coverage #157The text was updated successfully, but these errors were encountered: