/git-actions

Primary LanguageKotlinMIT LicenseMIT

git-actions

Tecnologies

Kotlin
JDK 16
Sprint boot
JaCoCo

Run project

./gradlew build

./gradlew bootRun

Using end-points

curl localhost:8080/hello/{name}

test coverrage

  1. Build application ./gradlew clean build

  2. open the file > build/jacocoHttml/jacoco-reports/index.html

References: hhttps://docs.gradle.org/current/userguide/jacoco_plugin.html, https://www.eclemma.org/jacoco/