Skip to content

Commit

Permalink
added: info for generating coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
022aditya committed Dec 13, 2014
1 parent 1cbfdee commit bc42412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ Support for enabling Ekstazi in Jenkins Maven projects
mvn test
```
Code coverage

The project uses JaCoCo as the code coverage tool to generate coverage reports. These coverage reports can then be analyzed by SonarQube. Assuming the developer has a sonar server up and running, the following sequence of commands can be used to generate and analyze code coverage for the project:
```
<add>
mvn clean test
mvn sonar:sonar
```

##To Install
Expand Down

0 comments on commit bc42412

Please sign in to comment.