JSAbrahams / mamba

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

Remove extra indentation in core try except #326

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 2 years ago

Relevant issues

Closes #322

codecov[bot] commented 2 years ago

Codecov Report

Merging #326 (08ec7fc) into develop (ed9a647) will decrease coverage by 0.25%. The diff coverage is 84.47%.

@@             Coverage Diff             @@
##           develop     #326      +/-   ##
===========================================
- Coverage    87.23%   86.97%   -0.26%     
===========================================
  Files          105      104       -1     
  Lines        11335    11424      +89     
===========================================
+ Hits          9888     9936      +48     
- Misses        1447     1488      +41     
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 73 more

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