File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 650650 <module >kotlin-testing</module >
651651 <module >kotlin-mockito</module >
652652 <!-- <module>kotlin-tornadofx</module> --> <!-- not compatible with Java 9+ -->
653- <!-- < module>kotlin-kover</module> --> <!-- https://github.com/Kotlin/kotlinx-kover/issues/51 -- >
653+ <module >kotlin-kover</module >
654654 <module >ktlint-custom</module >
655655 <module >machine-learning</module >
656656 <module >spring-boot-crud-kotlin</module >
757757 </arguments >
758758 </configuration >
759759 </execution >
760- <execution >
761- <id >build-kotlin-kover</id >
762- <phase >compile</phase >
763- <goals >
764- <goal >exec</goal >
765- </goals >
766- <configuration >
767- <workingDirectory >${project.basedir} /kotlin-kover</workingDirectory >
768- <executable >./gradlew</executable >
769- <arguments >
770- <argument >build</argument >
771- </arguments >
772- </configuration >
773- </execution >
774- <execution >
775- <id >test-kotlin-kover</id >
776- <phase >test</phase >
777- <goals >
778- <goal >exec</goal >
779- </goals >
780- <configuration >
781- <workingDirectory >${project.basedir} /kotlin-kover</workingDirectory >
782- <executable >./gradlew</executable >
783- <arguments >
784- <argument >test</argument >
785- </arguments >
786- </configuration >
787- </execution >
788760 <execution >
789761 <id >build-kotlin-ktor</id >
790762 <phase >compile</phase >
You can’t perform that action at this time.
0 commit comments