Stefan
08/06/2021, 3:19 PMgradle check --scan
results of the build somewhere?sam
08/06/2021, 3:20 PMStefan
08/06/2021, 3:21 PMsam
08/06/2021, 3:22 PMStefan
08/06/2021, 3:24 PMRequiresOptIn
compiler flag. I now checked the first 2 kotest tests which use it as well (EnumValueInDataClassNamingTest
& DataTestNameTest
), but they don't appear to be executed in the last build (https://github.com/kotest/kotest/actions/runs/1102231112)gradlew check --scan
sam
08/06/2021, 3:48 PMStefan
08/06/2021, 3:49 PMsam
08/06/2021, 3:56 PMStefan
08/06/2021, 3:58 PMDataTest
- but it's testing the "deprecated" forAll
stuffsam
08/06/2021, 4:04 PMStefan
08/06/2021, 4:10 PMsam
08/11/2021, 3:07 PMStefan
08/11/2021, 3:09 PMwithData
method?sam
08/11/2021, 3:09 PMStefan
08/11/2021, 3:09 PMsam
08/11/2021, 3:10 PMStefan
08/11/2021, 3:26 PMDataTestNameTest
in gitlab ci. I was kind of confused, that it's not mentioned immediately in the --sync
report, but only in the command line output. Thanks