JSAbrahams / mamba

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

Use new super calls in generated #323

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 2 years ago

Relevant issues

codecov[bot] commented 2 years ago

Codecov Report

Merging #323 (9368969) into develop (3f3032a) will increase coverage by 0.08%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #323      +/-   ##
===========================================
+ Coverage    87.15%   87.24%   +0.08%     
===========================================
  Files          105      105              
  Lines        11313    11335      +22     
===========================================
+ Hits          9860     9889      +29     
+ Misses        1453     1446       -7     
Impacted Files Coverage Δ
src/generate/convert/class.rs 88.93% <100.00%> (+1.14%) :arrow_up:
src/generate/convert/mod.rs 95.17% <0.00%> (+0.22%) :arrow_up:
src/check/ident.rs 96.34% <0.00%> (+0.60%) :arrow_up:
src/check/name/stringname/mod.rs 79.71% <0.00%> (+1.44%) :arrow_up:
src/generate/ast/node.rs 64.88% <0.00%> (+3.05%) :arrow_up:

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

JSAbrahams commented 2 years ago

Ah note to self: Branching from an unmerged branch, and then squash merging said branch with develop, and then rebasing on develop while fixing rebase conflicts, leads to a bit of an ugly and confusing commit history here.