An open API service indexing awesome lists of open source software.

https://github.com/ankeetmaini/jacoco-e2e


https://github.com/ankeetmaini/jacoco-e2e

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# jacoco-e2e-gradle-spring-boot

## running service

```bash
./gradlew build && java -jar build/libs/rest-service-0.0.1-SNAPSHOT.jar
```

## with profiling

./gradlew build && java -javaagent:jars/org.jacoco.agent-0.8.6-runtime.jar -jar build/libs/rest-service-0.0.1-SNAPSHOT.jar

## exec to html

java -jar jars/org.jacoco.cli-0.8.6-nodeps.jar report jacoco.exec --classfiles=build/classes --html coverage