jguhlin / minimap2-rs

Rust bindings to minimap2 library
Other
63 stars 13 forks source link

Some minor tests, change the grcov script to better find coverage #19

Closed jguhlin closed 1 year ago

jguhlin commented 1 year ago

This PR is mostly to test GitHub actions and CircleCI integration with PR's, but it also changes the codecov script as well as adding a bit more tests.

codecov[bot] commented 1 year ago

Codecov Report

Merging #19 (a1193a2) into main (af26718) will increase coverage by 20.43%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main      #19       +/-   ##
===========================================
+ Coverage   19.98%   40.41%   +20.43%     
===========================================
  Files           1        3        +2     
  Lines        2132      668     -1464     
  Branches      598        0      -598     
===========================================
- Hits          426      270      -156     
+ Misses       1460      398     -1062     
+ Partials      246        0      -246     
Impacted Files Coverage Δ
src/lib.rs 60.46% <100.00%> (+40.48%) :arrow_up:
src/htslib.rs 64.23% <0.00%> (ø)
minimap2-sys/src/bindings.rs 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.