JSAbrahams / mamba

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

Parsing and generation of dictionaries #438

Closed JSAbrahams closed 1 year ago

JSAbrahams commented 1 year ago

Relevant issues

Summary

Added Tests

Happy

Sad

codecov[bot] commented 1 year ago

Codecov Report

Merging #438 (0a2937e) into develop (f1b0646) will increase coverage by 0.01%. The diff coverage is 87.50%.

@@             Coverage Diff             @@
##           develop     #438      +/-   ##
===========================================
+ Coverage    88.16%   88.17%   +0.01%     
===========================================
  Files          105      105              
  Lines        11391    11497     +106     
===========================================
+ Hits         10043    10138      +95     
- Misses        1348     1359      +11     
Impacted Files Coverage Ξ”
src/check/constrain/constraint/mod.rs 91.89% <ΓΈ> (-2.45%) :arrow_down:
src/check/constrain/unify/function.rs 77.55% <0.00%> (ΓΈ)
src/check/context/function/python.rs 96.87% <ΓΈ> (ΓΈ)
src/generate/ast/node.rs 75.37% <0.00%> (-0.39%) :arrow_down:
src/parse/ast/node.rs 81.16% <0.00%> (-0.40%) :arrow_down:
src/check/context/function/mod.rs 52.00% <25.00%> (ΓΈ)
src/check/ast/mod.rs 67.28% <50.00%> (-0.33%) :arrow_down:
src/generate/ast/mod.rs 93.91% <69.23%> (-1.29%) :arrow_down:
src/check/context/clss/mod.rs 85.53% <75.00%> (-1.81%) :arrow_down:
src/generate/convert/builder.rs 76.92% <81.81%> (+1.92%) :arrow_up:
... and 20 more