varfish-org / mehari

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

ci: Fix tarpaulin failing on full test #420

Closed xiamaz closed 6 months ago

xiamaz commented 6 months ago

Adding --engine=llvm is necessary to let tarpaulin run.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.10%. Comparing base (1ccabbb) to head (3ad8789).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #420 +/- ## ========================================== - Coverage 76.36% 76.10% -0.26% ========================================== Files 24 23 -1 Lines 5106 8249 +3143 ========================================== + Hits 3899 6278 +2379 - Misses 1207 1971 +764 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

xiamaz commented 6 months ago

Tarpaulin github action is not maintained anymore https://github.com/actions-rs/tarpaulin

https://github.com/taiki-e/cargo-llvm-cov is maintained and generates compatible coverage reports.

xiamaz commented 6 months ago

Closes #419