kurtlawrence / papyrus

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

Verbatim mode #74

Closed kurtlawrence closed 4 years ago

kurtlawrence commented 4 years ago

closes #65

codecov[bot] commented 4 years ago

Codecov Report

Merging #74 into master will decrease coverage by 3.52%. The diff coverage is 47.02%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   64.93%   61.41%   -3.53%     
==========================================
  Files          30       32       +2     
  Lines        2310     2589     +279     
==========================================
+ Hits         1500     1590      +90     
- Misses        810      999     +189
Impacted Files Coverage Δ
src/main.rs 0% <ø> (ø) :arrow_up:
src/repl/any_state.rs 61.53% <ø> (ø) :arrow_up:
src/output/mod.rs 93.33% <ø> (ø) :arrow_up:
src/repl/print.rs 51.16% <ø> (ø) :arrow_up:
src/repl/mod.rs 100% <ø> (ø) :arrow_up:
src/run/mod.rs 0% <0%> (ø) :arrow_up:
src/run/tests.rs 0% <0%> (ø)
src/repl/eval.rs 37.24% <0%> (+0.18%) :arrow_up:
tests/repl-api.rs 0% <0%> (ø)
src/repl/read.rs 85.96% <100%> (ø) :arrow_up:
... and 10 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 11bd0ec...0967e9b. Read the comment docs.