Skip to content

A repo used for testing coverage (Forked from Pedro Pereira's repo)

Notifications You must be signed in to change notification settings

TestOrgMiguel/coverage-test-repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test repository for coverage - Humble beginnings

Getting coverage reports:

  1. Start by getting the coverage report from cobertura by running the following command: mvn cobertura:cobertura -Dcobertura.report.format=xml
  2. Then, extract the file target/site/cobertura/coverage.xml and name it cobertura.xml. You can add it to the root of your project.
  3. Lastly, send the reports to Codacy using the following command: bash <(curl -Ls https://coverage.codacy.com/get.sh)

About

A repo used for testing coverage (Forked from Pedro Pereira's repo)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%