tiffany352 / rink-rs

Unit conversion tool and library written in rust
https://rinkcalc.app/about
GNU General Public License v3.0
408 stars 28 forks source link

Fix code coverage #122

Closed tiffany352 closed 2 years ago

tiffany352 commented 2 years ago

Yet another code coverage attempt.

codecov[bot] commented 2 years ago

Codecov Report

Merging #122 (aa72978) into master (03bfc41) will decrease coverage by 19.53%. The diff coverage is 68.87%.

@@             Coverage Diff             @@
##           master     #122       +/-   ##
===========================================
- Coverage   82.11%   62.58%   -19.54%     
===========================================
  Files          20       55       +35     
  Lines        4916    10155     +5239     
===========================================
+ Hits         4037     6355     +2318     
- Misses        879     3800     +2921     
Impacted Files Coverage Δ
cli/src/config.rs 0.00% <0.00%> (ø)
cli/src/helper.rs 0.00% <0.00%> (ø)
cli/src/repl.rs 0.00% <0.00%> (ø)
cli/src/service.rs 0.00% <0.00%> (ø)
cli/src/style_ser.rs 0.00% <0.00%> (ø)
core/src/algorithms/mod.rs 0.00% <ø> (ø)
sandbox/examples/add_two.rs 0.00% <0.00%> (ø)
sandbox/src/child.rs 0.00% <0.00%> (ø)
sandbox/src/frame.rs 0.00% <0.00%> (ø)
sandbox/src/parent.rs 0.00% <0.00%> (ø)
... and 52 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8f57001...aa72978. Read the comment docs.