esteinig / nanoq

Minimal but speedy quality control for nanopore reads in Rust :bear:
MIT License
109 stars 9 forks source link

Header option for default summary output [#3] #29

Closed esteinig closed 2 years ago

esteinig commented 2 years ago

@mbhall88 would you appreciate a formatted table-like output with header instead or rather keep it machine readable?

header

Edit: will fix test coverage in the morning

codecov-commenter commented 2 years ago

Codecov Report

Merging #29 (663c2c1) into master (80f65ca) will increase coverage by 1.26%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master       #29      +/-   ##
===========================================
+ Coverage   98.73%   100.00%   +1.26%     
===========================================
  Files           4         4              
  Lines         473       463      -10     
===========================================
- Hits          467       463       -4     
+ Misses          6         0       -6     
Impacted Files Coverage Δ
src/cli.rs 100.00% <ø> (ø)
src/needlecast.rs 100.00% <ø> (+4.76%) :arrow_up:
src/utils.rs 100.00% <100.00%> (+1.40%) :arrow_up:
mbhall88 commented 2 years ago

I think machine readable would be preferable. Looks good.

esteinig commented 2 years ago

Previous tarpaulin was giving some issues with test coverage, updated in CI