gilch / hissp

It's Python with a Lissp.
https://gitter.im/hissp-lang/community
Apache License 2.0
387 stars 11 forks source link

Quotez #106

Closed gilch closed 3 years ago

gilch commented 3 years ago

Closes #103.

codecov-commenter commented 3 years ago

Codecov Report

Merging #106 (05a8ceb) into master (c7eac9f) will not change coverage. The diff coverage is 95.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #106   +/-   ##
=======================================
  Coverage   89.89%   89.89%           
=======================================
  Files           5        5           
  Lines         653      653           
  Branches      101      101           
=======================================
  Hits          587      587           
  Misses         49       49           
  Partials       17       17           
Impacted Files Coverage Δ
src/hissp/compiler.py 90.49% <75.00%> (ø)
src/hissp/munger.py 97.95% <100.00%> (ø)
src/hissp/reader.py 89.16% <100.00%> (ø)

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 c7eac9f...05a8ceb. Read the comment docs.

gilch commented 3 years ago

Hebigo's readme would also need to be updated.