JSAbrahams / mamba

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

Allow dead code in common core of test package #70

Closed JSAbrahams closed 5 years ago

JSAbrahams commented 5 years ago

Relevant issues

...

Summary

We no longer get useless compile messages, as these utility functions were actually used.

Added Tests

...

Additional Context

...

codecov[bot] commented 5 years ago

Codecov Report

Merging #70 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   79.98%   79.98%           
=======================================
  Files          58       58           
  Lines        3852     3852           
=======================================
  Hits         3081     3081           
  Misses        771      771
Impacted Files Coverage Ξ”
tests/core/collection.rs 75% <ΓΈ> (ΓΈ) :arrow_up:
tests/core/function.rs 66.66% <ΓΈ> (ΓΈ) :arrow_up:
tests/parser/valid/function.rs 66.66% <ΓΈ> (ΓΈ) :arrow_up:
tests/parser/valid/control_flow.rs 87.07% <ΓΈ> (ΓΈ) :arrow_up:
tests/core/control_flow.rs 75% <ΓΈ> (ΓΈ) :arrow_up:
tests/core/class.rs 100% <ΓΈ> (ΓΈ) :arrow_up:
tests/parser/valid/collection.rs 86.13% <ΓΈ> (ΓΈ) :arrow_up:
tests/parser/valid/compound.rs 100% <ΓΈ> (ΓΈ) :arrow_up:
tests/common.rs 84.61% <ΓΈ> (ΓΈ)
tests/core/compound.rs 100% <ΓΈ> (ΓΈ) :arrow_up:
... and 6 more

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 69e7d4f...c9da903. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #70 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #70   +/-   ##
=======================================
  Coverage   79.98%   79.98%           
=======================================
  Files          58       58           
  Lines        3852     3852           
=======================================
  Hits         3081     3081           
  Misses        771      771
Impacted Files Coverage Ξ”
tests/core/collection.rs 75% <ΓΈ> (ΓΈ) :arrow_up:
tests/core/function.rs 66.66% <ΓΈ> (ΓΈ) :arrow_up:
tests/parser/valid/function.rs 66.66% <ΓΈ> (ΓΈ) :arrow_up:
tests/parser/valid/control_flow.rs 87.07% <ΓΈ> (ΓΈ) :arrow_up:
tests/core/control_flow.rs 75% <ΓΈ> (ΓΈ) :arrow_up:
tests/core/class.rs 100% <ΓΈ> (ΓΈ) :arrow_up:
tests/parser/valid/collection.rs 86.13% <ΓΈ> (ΓΈ) :arrow_up:
tests/parser/valid/compound.rs 100% <ΓΈ> (ΓΈ) :arrow_up:
tests/common.rs 84.61% <ΓΈ> (ΓΈ)
tests/core/compound.rs 100% <ΓΈ> (ΓΈ) :arrow_up:
... and 6 more

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 69e7d4f...c9da903. Read the comment docs.