JSAbrahams / mamba

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

v0.3.2 #283

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #283 (2040a5f) into main (28917f3) will increase coverage by 4.49%. The diff coverage is 84.94%.

@@            Coverage Diff             @@
##             main     #283      +/-   ##
==========================================
+ Coverage   80.92%   85.42%   +4.49%     
==========================================
  Files          99       99              
  Lines        8940     9811     +871     
==========================================
+ Hits         7235     8381    +1146     
+ Misses       1705     1430     -275     
Impacted Files Coverage Ξ”
src/check/constrain/constraint/builder.rs 97.91% <ΓΈ> (-0.13%) :arrow_down:
src/check/context/field/generic.rs 84.84% <0.00%> (+8.28%) :arrow_up:
src/common/position.rs 77.55% <0.00%> (-5.06%) :arrow_down:
src/generate/result.rs 23.33% <ΓΈ> (ΓΈ)
src/lib.rs 72.41% <ΓΈ> (ΓΈ)
src/parse/lex/mod.rs 100.00% <ΓΈ> (+0.75%) :arrow_up:
src/parse/lex/result.rs 0.00% <0.00%> (ΓΈ)
src/parse/result.rs 66.12% <0.00%> (-4.57%) :arrow_down:
tests/common.rs 36.53% <ΓΈ> (ΓΈ)
src/check/context/clss/generic.rs 84.42% <40.00%> (-1.90%) :arrow_down:
... and 88 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more