JSAbrahams / mamba

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

`String` -> `Str` #435

Closed JSAbrahams closed 1 year ago

JSAbrahams commented 1 year ago

Relevant issues

Summary

codecov[bot] commented 1 year ago

Codecov Report

Merging #435 (98c5092) into develop (75a5ee1) will increase coverage by 0.01%. The diff coverage is 60.00%.

@@             Coverage Diff             @@
##           develop     #435      +/-   ##
===========================================
+ Coverage    88.33%   88.34%   +0.01%     
===========================================
  Files          110      110              
  Lines        11999    11997       -2     
===========================================
  Hits         10599    10599              
+ Misses        1400     1398       -2     
Impacted Files Coverage Ξ”
src/check/context/clss/mod.rs 88.65% <ΓΈ> (ΓΈ)
src/check/context/field/mod.rs 54.28% <0.00%> (ΓΈ)
src/check/context/field/union.rs 13.63% <0.00%> (ΓΈ)
src/check/context/function/union.rs 13.63% <0.00%> (ΓΈ)
src/check/context/parameter/generic.rs 0.00% <0.00%> (ΓΈ)
src/check/context/clss/union.rs 80.76% <33.33%> (ΓΈ)
src/check/context/clss/generic.rs 93.15% <75.00%> (ΓΈ)
src/check/context/function/generic.rs 93.00% <100.00%> (ΓΈ)
src/check/context/function/python.rs 96.87% <100.00%> (ΓΈ)
src/check/context/mod.rs 96.69% <100.00%> (ΓΈ)