-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73836/
-----------------------------------------------------------

Review request for atlas, Jayendra Parab and Sarath Subramanian.


Bugs: ATLAS-4551
    https://issues.apache.org/jira/browse/ATLAS-4551


Repository: atlas


Description
-------

Jacoco maven plugin generates test coverage report by measuring lines of code 
exercised during the tests

*Step*
mvn clean install

*Report*
report will be generated in /target/site/jacoco directory of each module.

For more Graphical interface, import the genrated reports of jacoco to SonarQube
mvn sonar:sonar -Dsonar.host.url=http://localhost:9000 -DskipTests  
-Dsonar.coverage.jacoco.xmlReportPaths=/target/site/jacoco.xml 
-Dsonar.projectKey=Atlas -Dsonar.projectName=Atlas 
-Drat.numUnapprovedLicenses=10000 
-Dsonar.login=bc6e210c3f4c1873eee82e31059215a9deeff526


Diffs
-----

  pom.xml 2f7b00af3 


Diff: https://reviews.apache.org/r/73836/diff/1/


Testing
-------


Thanks,

Pinal Shah

Reply via email to