https://github.com/ankeetmaini/jacoco-e2e
https://github.com/ankeetmaini/jacoco-e2e
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ankeetmaini/jacoco-e2e
- Owner: ankeetmaini
- Created: 2021-04-12T08:47:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T17:09:06.000Z (about 5 years ago)
- Last Synced: 2025-03-18T03:22:35.552Z (over 1 year ago)
- Language: Java
- Size: 2.14 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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