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] #188

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.

codecov[bot] commented 7 months ago

Welcome to Codecov :tada:

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered :open_umbrella:

AdrianoKF commented 7 months ago

Merging this PR since the Codecov API token changed (due to the migration of the repo), hence it does not have any recorded history for the main branch.

We will perform any steps to improve coverage in a subsequent PR.