JSAbrahams / mamba

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

Allow tuples as class alias and restructure name #224

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 2 years ago

Relevant issues

Fixes #223

Summary

Added Tests

codecov[bot] commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@ac6bfad). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #224   +/-   ##
==========================================
  Coverage           ?   79.74%           
==========================================
  Files              ?       99           
  Lines              ?     8612           
  Branches           ?        0           
==========================================
  Hits               ?     6868           
  Misses             ?     1744           
  Partials           ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ac6bfad...a658299. Read the comment docs.

JSAbrahams commented 2 years ago

Please address clippy warnings first before merging. Also it should fail if there are any clippy warnings though, so the build script should be fixed actually.