CASC-Lang / Yakou

An experimental JVM Language inspired by Rust.
38 stars 2 forks source link

Trait impl implementation phase II: Implement Trait declaration #51

Closed ChAoSUnItY closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #51 (55766dc) into master-dev (e088543) will increase coverage by 0.05%. The diff coverage is 49.22%.

@@               Coverage Diff                @@
##             master-dev      #51      +/-   ##
================================================
+ Coverage         59.62%   59.68%   +0.05%     
- Complexity          750      806      +56     
================================================
  Files                46       48       +2     
  Lines              3735     3946     +211     
  Branches           1012     1074      +62     
================================================
+ Hits               2227     2355     +128     
- Misses             1025     1074      +49     
- Partials            483      517      +34     
Impacted Files Coverage Δ
src/main/kotlin/org/casc/lang/table/HasFlag.kt 0.00% <0.00%> (-100.00%) :arrow_down:
src/main/kotlin/org/casc/lang/parser/Parser.kt 63.65% <30.35%> (-3.94%) :arrow_down:
src/main/kotlin/org/casc/lang/checker/Checker.kt 42.69% <40.00%> (+0.59%) :arrow_up:
src/main/kotlin/org/casc/lang/table/Scope.kt 69.15% <41.17%> (+1.62%) :arrow_up:
...in/kotlin/org/casc/lang/compilation/Compilation.kt 59.49% <50.00%> (-0.51%) :arrow_down:
src/main/kotlin/org/casc/lang/emitter/Emitter.kt 66.54% <70.21%> (+1.06%) :arrow_up:
src/main/kotlin/org/casc/lang/ast/Function.kt 81.57% <90.90%> (+0.93%) :arrow_up:
src/main/kotlin/org/casc/lang/ast/TraitInstance.kt 90.90% <90.90%> (ø)
src/main/kotlin/org/casc/lang/ast/ClassInstance.kt 94.73% <100.00%> (+0.61%) :arrow_up:
src/main/kotlin/org/casc/lang/ast/Constructor.kt 94.11% <100.00%> (+0.17%) :arrow_up:
... and 16 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 e088543...55766dc. Read the comment docs.