Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 929 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 929 Bytes

Kotlin Test Studies

CI Build Status Coverage codecov

Setup Java with SDKMAN!

sdk env install

Build

./gradlew build --exclude-task test 

Test

 ./gradlew test --stacktrace