JSAbrahams / mamba

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

Streamline interfaces #306

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 2 years ago

Relevant issues

Working towards #279

Summary

Added Tests

codecov[bot] commented 2 years ago

Codecov Report

Merging #306 (a3d7612) into develop (555d94c) will decrease coverage by 0.25%. The diff coverage is 93.52%.

@@             Coverage Diff             @@
##           develop     #306      +/-   ##
===========================================
- Coverage    86.34%   86.09%   -0.26%     
===========================================
  Files          100      101       +1     
  Lines        10036    10038       +2     
===========================================
- Hits          8666     8642      -24     
- Misses        1370     1396      +26     
Impacted Files Coverage Ξ”
src/generate/result.rs 23.33% <0.00%> (ΓΈ)
src/parse/mod.rs 88.88% <ΓΈ> (-2.03%) :arrow_down:
src/parse/result.rs 66.12% <0.00%> (ΓΈ)
src/io.rs 92.10% <75.00%> (+2.10%) :arrow_up:
src/check/mod.rs 85.00% <83.33%> (+8.07%) :arrow_up:
src/lib.rs 86.36% <94.11%> (+6.03%) :arrow_up:
src/check/ast.rs 100.00% <100.00%> (ΓΈ)
src/check/context/generic.rs 95.23% <100.00%> (+7.35%) :arrow_up:
src/check/context/mod.rs 56.08% <100.00%> (ΓΈ)
src/check/result.rs 71.60% <100.00%> (-1.24%) :arrow_down:
... and 15 more

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