varfish-org / mehari

VEP-like tool for sequence ontology and HGVS annotation of VCF files
MIT License
14 stars 1 forks source link

Fix test coverage CI #419

Closed xiamaz closed 3 months ago

xiamaz commented 3 months ago

Describe the bug Currently cargo tarpaulin fails to generate test coverage, which will cause the coverage workflow to fail.

To Reproduce Run rust workflow including full tests.

Expected behavior Tests should run with coverage being generated.

xiamaz commented 3 months ago

cargo tarpaulin runs correctly locally but only without release flag.