fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
211 stars 36 forks source link

ci: add code-coverage runs #157

Open ap-- opened 8 months ago

ap-- commented 8 months ago

We should gather code coverage stats, to ensure that we're covering all basic functionality with our test suite.

Here is some nice reading material: https://hynek.me/articles/ditch-codecov-python/