Skip to content

ucsb-cs56-pconrad/cs56-rational-ex13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jacoco-demo

THIS IS THE BRANCH for 08.15.2018

TBD

Demonstration of code test coverage measurement

Helpful tutorials:

To see results:

  • mvn compile
  • mvn test
  • mvn jacoco:report

Open: target/site/jacoco/index.html in a web browser.

OR, IF any ONLY IF your project is open source:

Use:

mvn test
mvn jacoco:report
mvn site:deploy
git add docs
git commit -m "commit contents of docs subdirectory"
git push origin master

Then make sure your repo is configured to publish to github-pages from the docs subdirectory.

About

After increasing test case coverage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published