aai-institute / lakefs-spec

An fsspec implementation for the lakeFS project.
http://lakefs-spec.org/
Apache License 2.0
37 stars 4 forks source link

Record test coverage on `fsspec` package [ENG-196] #187

Closed AdrianoKF closed 7 months ago

AdrianoKF commented 7 months ago

In order to gauge the effectiveness of our test suite, we should not only measure coverage on our own code, but rather on the abstract base classes for the file system and file implementations as well.

This commit adds the necessary parameters to the pytest invocation in CI, which then ends up in the CodeCov reports.