kurtlawrence / papyrus

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

Dev #28

Closed kurtlawrence closed 5 years ago

kurtlawrence commented 5 years ago

Ready to release!

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@77336a9). Click here to learn what that means. The diff coverage is 62.34%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #28   +/-   ##
=========================================
  Coverage          ?   62.34%           
=========================================
  Files             ?       28           
  Lines             ?     2037           
  Branches          ?        0           
=========================================
  Hits              ?     1270           
  Misses            ?      767           
  Partials          ?        0
Impacted Files Coverage Δ
papyrus/src/run.rs 0% <0%> (ø)
papyrus/src/repl/any_state.rs 0% <0%> (ø)
papyrus/src/repl/print.rs 0% <0%> (ø)
papyrus/src/repl/eval.rs 0% <0%> (ø)
papyrus/src/complete/mod.rs 100% <100%> (ø)
papyrus/tests/macros.rs 100% <100%> (ø)
papyrus/src/input/parse.rs 33.78% <33.78%> (ø)
papyrus/src/cmds/mod.rs 37.77% <37.77%> (ø)
papyrus/src/repl/data.rs 52.5% <52.5%> (ø)
papyrus/src/complete/cmdr.rs 60% <60%> (ø)
... and 18 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 77336a9...7c40134. Read the comment docs.