JSAbrahams / mamba

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

v0.3.6 | Dictionaries #446

Closed JSAbrahams closed 1 year ago

JSAbrahams commented 1 year ago

Language Features

Bug Fixes

Internal

codecov[bot] commented 1 year ago

Codecov Report

Merging #446 (ccd49b6) into main (dbeb53e) will increase coverage by 0.64%. The diff coverage is 85.27%.

@@            Coverage Diff             @@
##             main     #446      +/-   ##
==========================================
+ Coverage   87.56%   88.20%   +0.64%     
==========================================
  Files         109      105       -4     
  Lines       12035    11497     -538     
==========================================
- Hits        10538    10141     -397     
+ Misses       1497     1356     -141     
Impacted Files Coverage Ξ”
src/check/context/field/mod.rs 54.28% <0.00%> (ΓΈ)
src/check/context/function/union.rs 0.00% <0.00%> (-13.64%) :arrow_down:
src/check/context/parameter/generic.rs 0.00% <0.00%> (ΓΈ)
src/generate/convert/range_slice.rs 87.87% <0.00%> (+2.58%) :arrow_up:
src/io.rs 92.10% <0.00%> (ΓΈ)
src/parse/class.rs 88.09% <0.00%> (-0.06%) :arrow_down:
src/parse/control_flow_stmt.rs 87.59% <0.00%> (-0.09%) :arrow_down:
src/parse/lex/result.rs 14.28% <0.00%> (ΓΈ)
src/parse/operation.rs 99.52% <ΓΈ> (ΓΈ)
src/parse/definition.rs 93.38% <14.28%> (-0.30%) :arrow_down:
... and 142 more