JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
85 stars 3 forks source link

Add code examples to README #75

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Relevant issues

...

Summary

Add Code examples for:

Added Tests

...

Additional Context

...

codecov[bot] commented 5 years ago

Codecov Report

Merging #75 into master will increase coverage by 0.31%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #75      +/-   ##
==========================================
+ Coverage    80.2%   80.52%   +0.31%     
==========================================
  Files          60       60              
  Lines        3925     3974      +49     
==========================================
+ Hits         3148     3200      +52     
+ Misses        777      774       -3
Impacted Files Coverage Δ
tests/desugar/definition.rs 86.89% <0%> (-2.11%) :arrow_down:
src/parser/ast.rs 23.94% <0%> (-0.71%) :arrow_down:
tests/parser/valid/definition.rs 90.35% <0%> (+0.8%) :arrow_up:
src/desugar/definition.rs 85% <0%> (+0.9%) :arrow_up:
tests/output/syntax.rs 46.66% <0%> (+2.91%) :arrow_up:
src/core/construct.rs 32.98% <0%> (+12.37%) :arrow_up:

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 4766388...5e8d382. Read the comment docs.