JSAbrahams / mamba

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

v0.3.5 | Error handling #388

Closed JSAbrahams closed 1 year ago

JSAbrahams commented 1 year ago

Relevant issues

Closes milestone 0.3.5 | Error handling.

Executive Summary

codecov[bot] commented 1 year ago

Codecov Report

Merging #388 (bd4340e) into main (63cc218) will increase coverage by 0.52%. The diff coverage is 89.85%.

:exclamation: Current head bd4340e differs from pull request most recent head 2840e7d. Consider uploading reports for the commit 2840e7d to get more accurate results

@@            Coverage Diff             @@
##             main     #388      +/-   ##
==========================================
+ Coverage   87.00%   87.52%   +0.52%     
==========================================
  Files         109      109              
  Lines       11950    12035      +85     
==========================================
+ Hits        10397    10534     +137     
+ Misses       1553     1501      -52     
Impacted Files Coverage Ξ”
src/check/ast/mod.rs 94.59% <ΓΈ> (+0.84%) :arrow_up:
src/generate/ast/mod.rs 94.51% <ΓΈ> (+1.65%) :arrow_up:
src/generate/ast/node.rs 77.69% <ΓΈ> (+0.59%) :arrow_up:
src/parse/ast/mod.rs 100.00% <ΓΈ> (ΓΈ)
src/parse/ast/node.rs 83.61% <0.00%> (+3.73%) :arrow_up:
src/parse/block.rs 100.00% <ΓΈ> (ΓΈ)
src/check/name/string_name/mod.rs 78.35% <37.50%> (+1.15%) :arrow_up:
src/check/constrain/unify/mod.rs 62.06% <50.00%> (ΓΈ)
src/check/name/true_name/mod.rs 74.75% <50.00%> (ΓΈ)
src/generate/convert/mod.rs 93.82% <50.00%> (-0.08%) :arrow_down:
... and 57 more