8000 GitHub - marstein/JacocoAnalyzer: Read Jacoco XML files, store them in DB, provide analysis spreadsheet that can be processed further
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Read Jacoco XML files, store them in DB, provide analysis spreadsheet that can be processed further

Notifications You must be signed in to change notification settings

marstein/JacocoAnalyzer

Repository files navigation

JacocoAnalyzer

##How to deploy gradle build Should build docker image

After big jar has been created, create image

docker build --tag marstein65/jacocoanalyzer:latest .

Run container as demon

docker-compose up -d

#Rest server Upload XML file

for i in ~/redlock-platform/redlock-java/redlock-maven-agg/redlock- 5BBF */target/site/jacoco/jacoco.xml do curl -F "file=@$i" -F 'runName=RUN2' -H 'enctype: multipart/form-data' http://localhost:8080/jacocofile& done

Delete all method coverages, can select run

DELETE curl -X DELETE 'http://localhost:8080/coverage_run?run=*'

About

Read Jacoco XML files, store them in DB, provide analysis spreadsheet that can be processed further

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0