JSAbrahams / mamba

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

Remove File Node #325

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 2 years ago

Summary

codecov[bot] commented 2 years ago

Codecov Report

Merging #325 (5c678a5) into develop (ed9a647) will decrease coverage by 0.27%. The diff coverage is 84.45%.

@@             Coverage Diff             @@
##           develop     #325      +/-   ##
===========================================
- Coverage    87.23%   86.95%   -0.28%     
===========================================
  Files          105      104       -1     
  Lines        11335    11424      +89     
===========================================
+ Hits          9888     9934      +46     
- Misses        1447     1490      +43     
Impacted Files Coverage Ξ”
src/check/ast/node.rs 95.43% <ΓΈ> (-0.06%) :arrow_down:
src/check/constrain/generate/mod.rs 90.16% <ΓΈ> (-0.16%) :arrow_down:
src/check/constrain/generate/ty.rs 0.00% <0.00%> (ΓΈ)
src/check/name/truename/generic.rs 62.96% <0.00%> (ΓΈ)
src/check/constrain/unify/expression/mod.rs 80.55% <33.33%> (ΓΈ)
src/check/context/arg/generic.rs 72.83% <37.50%> (ΓΈ)
src/check/constrain/generate/statement.rs 81.25% <50.00%> (ΓΈ)
src/check/context/parent/generic.rs 78.57% <50.00%> (ΓΈ)
src/check/name/stringname/generic.rs 93.33% <50.00%> (ΓΈ)
src/generate/result.rs 23.33% <50.00%> (ΓΈ)
... and 72 more

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

JSAbrahams commented 2 years ago

Decrease in coverage is largely due to simplification of logic.