CI: make sure Paparazzi test failures stop the test flow (#117)

* Run Paparazzi tests just once when koverMergedReport is used.
* Make sure a Paparazzi failure breaks the test flow and blocks merging.
* Change ./gradlew check call in quality.yml to custom runQualityChecks task.
This commit is contained in:
Jorge Martin Espinosa 2023-03-02 09:15:47 +01:00 committed by GitHub
parent 4e1d76cfc1
commit 633f65e557
61 changed files with 143 additions and 57 deletions

View file

@ -67,7 +67,7 @@ class ScreenshotTest {
@get:Rule
val paparazzi = Paparazzi(
maxPercentDifference = 0.0,
maxPercentDifference = 0.01,
)
@Test