scalacenter / scala-syntax

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

Syntax tokens types #32

Closed MasseGuillaume closed 6 years ago

MasseGuillaume commented 6 years ago

I'm just adding a few scala.meta.Type as examples.

codecov[bot] commented 6 years ago

Codecov Report

Merging #32 into master will decrease coverage by 0.14%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   87.54%   87.39%   -0.15%     
==========================================
  Files          16       16              
  Lines         915      920       +5     
  Branches       34       35       +1     
==========================================
+ Hits          801      804       +3     
- Misses        114      116       +2
Impacted Files Coverage Δ
...main/scala/org/scalafmt/internal/TreePrinter.scala 100% <100%> (ø) :arrow_up:
.../main/scala/org/scalafmt/internal/TreeDocOps.scala 99.26% <100%> (+0.02%) :arrow_up:
...ain/scala/org/scalafmt/internal/SyntaxTokens.scala 96.19% <60%> (-1.81%) :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 1737391...ef97f95. Read the comment docs.