scalacenter / scala-syntax

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

Make AssociatedTrivias available in all tree printing methods #39

Closed MasseGuillaume closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #39 into master will increase coverage by 0.02%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #39      +/-   ##
=========================================
+ Coverage   87.07%   87.1%   +0.02%     
=========================================
  Files          25      24       -1     
  Lines        1068    1070       +2     
  Branches       54      53       -1     
=========================================
+ Hits          930     932       +2     
  Misses        138     138
Impacted Files Coverage Δ
format/src/main/scala/org/scalafmt/Format.scala 5.88% <ø> (ø) :arrow_up:
...cala/org/scalafmt/internal/SyntacticGroupOps.scala 100% <ø> (ø) :arrow_up:
...c/main/scala/org/scalafmt/internal/SyntaxOps.scala 62.5% <ø> (ø) :arrow_up:
.../main/scala/org/scalafmt/internal/TreeDocOps.scala 100% <100%> (+0.85%) :arrow_up:
...cala/org/scalafmt/tests/BaseScalaPrinterTest.scala 69.73% <80%> (ø) :arrow_up:
...main/scala/org/scalafmt/internal/TreePrinter.scala 99.65% <85.71%> (-0.35%) :arrow_down:

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 eb8e636...2f2dd2a. Read the comment docs.