kurtlawrence / papyrus

(Rust) repl
MIT License
440 stars 14 forks source link

Clippy #73

Closed kurtlawrence closed 4 years ago

kurtlawrence commented 4 years ago

A step towards #69, but need to add more input parsing to reduce cognitive complexity errors.

Would not pass CI with a clippy run yet.

codecov[bot] commented 4 years ago

Codecov Report

Merging #73 into master will decrease coverage by <.01%. The diff coverage is 69.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #73      +/-   ##
==========================================
- Coverage   65.03%   65.03%   -0.01%     
==========================================
  Files          30       30              
  Lines        2314     2305       -9     
==========================================
- Hits         1505     1499       -6     
+ Misses        809      806       -3
Impacted Files Coverage Δ
src/complete/modules.rs 77.1% <ø> (ø) :arrow_up:
src/complete/code.rs 82.65% <ø> (ø) :arrow_up:
src/run/interface.rs 39.47% <0%> (+0.2%) :arrow_up:
src/cmds/mod.rs 40.96% <0%> (+0.96%) :arrow_up:
src/run/mod.rs 0% <0%> (ø) :arrow_up:
src/repl/read.rs 85.96% <100%> (ø) :arrow_up:
src/output/read.rs 78.94% <100%> (ø) :arrow_up:
src/output/any_state.rs 100% <100%> (ø) :arrow_up:
src/output/write.rs 81.63% <100%> (ø) :arrow_up:
src/output/mod.rs 93.33% <100%> (ø) :arrow_up:
... and 9 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 b5694bc...0ed3eec. Read the comment docs.