scalacenter / scala-syntax

Scalameta pretty printer for better Scalafix refactorings
Apache License 2.0
17 stars 6 forks source link

Comments (89.01%): Add support for , and { } in block #50

Closed MasseGuillaume closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #50 into master will increase coverage by 2.1%. The diff coverage is 87.56%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #50     +/-   ##
=========================================
+ Coverage   83.42%   85.53%   +2.1%     
=========================================
  Files          32       27      -5     
  Lines        1231     1196     -35     
  Branches       87       88      +1     
=========================================
- Hits         1027     1023      -4     
+ Misses        204      173     -31
Impacted Files Coverage Δ
.../scala/meta/internal/prettyprinters/Comments.scala 90.9% <ø> (ø) :arrow_up:
...scala/meta/internal/prettyprinters/DiffSuite.scala 30% <ø> (ø) :arrow_up:
.../scala/meta/internal/prettyprinters/TokenOps.scala 80% <ø> (+40%) :arrow_up:
...scala/meta/internal/prettyprinters/TokensOps.scala 88.88% <0%> (+1.93%) :arrow_up:
.../meta/internal/prettyprinters/MatchingParens.scala 0% <0%> (-66.67%) :arrow_down:
...cala/meta/internal/prettyprinters/TreeDocOps.scala 100% <100%> (ø) :arrow_up:
...rnal/prettyprinters/tokens/SyntaxTokensUtils.scala 100% <100%> (ø) :arrow_up:
...ala/meta/internal/prettyprinters/TreePrinter.scala 99.68% <100%> (+0.01%) :arrow_up:
...eta/internal/prettyprinters/TreePrinterUtils.scala 100% <100%> (ø) :arrow_up:
...internal/prettyprinters/BaseScalaPrinterTest.scala 71.28% <73.91%> (+2.05%) :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 39675f2...4244539. Read the comment docs.