scalacenter / scala-syntax

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

Preserving Comments for Identifier & `class`. #40

Closed MasseGuillaume closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #40 into master will increase coverage by 0.17%. The diff coverage is 92.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage    87.1%   87.28%   +0.17%     
==========================================
  Files          24       24              
  Lines        1070     1140      +70     
  Branches       53       58       +5     
==========================================
+ Hits          932      995      +63     
- Misses        138      145       +7
Impacted Files Coverage Δ
...ain/scala/org/scalafmt/internal/SyntaxTokens.scala 96.52% <100%> (+0.34%) :arrow_up:
...main/scala/org/scalafmt/internal/TreePrinter.scala 99.66% <100%> (ø) :arrow_up:
...cala/org/scalafmt/tests/BaseScalaPrinterTest.scala 68.83% <50%> (-0.91%) :arrow_down:
...in/scala/scala/meta/internal/format/Comments.scala 90.9% <80%> (-3.21%) :arrow_down:
...cala/org/scalafmt/internal/AssociatedTrivias.scala 92.85% <89.79%> (-4.52%) :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 f7a6206...5302b39. Read the comment docs.