scalacenter / scala-syntax

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

Refactor IdempotencyPropertyTest into CorrectnessTest and PropertyTest #29

Closed MasseGuillaume closed 6 years ago

MasseGuillaume commented 6 years ago

PropertyTest contains all the logic to drive the property test.

CorrectnessTest contains the meat for the property test.

CorrectnessTest

codecov[bot] commented 6 years ago

Codecov Report

Merging #29 into master will decrease coverage by 0.42%. The diff coverage is 11.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
- Coverage   86.65%   86.22%   -0.43%     
==========================================
  Files          15       15              
  Lines         809      813       +4     
  Branches       35       33       -2     
==========================================
  Hits          701      701              
- Misses        108      112       +4
Impacted Files Coverage Δ
...cala/org/scalafmt/tests/BaseScalaPrinterTest.scala 70.27% <11.11%> (-4.02%) :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 61a4e11...e5ba6ea. Read the comment docs.