sgkit-dev / vcztools

Partial reimplementation of bcftools for VCF Zarr
Apache License 2.0
1 stars 3 forks source link

Add pytest coverage #57

Closed Will-Tyler closed 4 weeks ago

Will-Tyler commented 1 month ago

Overview

This pull request adds pytest coverage to the vcztools project. I find the coverage information useful and think others might benefit from it as well.

This pull request makes progress on #56. What remains is to add the Coveralls configuration.

Testing

I tested these changes manually by installing the dev requirements (`pip install -e ".[dev]") and then running the tests ('pytest tests'). These commands produce the desired coverage file.

References