-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added capability for test coverage report generation and steps to do so.
- Loading branch information
mfarid
authored and
mfarid
committed
Nov 22, 2015
1 parent
ced317b
commit 6b99f26
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Code Coverage Report generation | ||
|
||
To generate the code coverage report, execute the following command: | ||
> mvn clean verify | ||
This will generate code coverage report in each of the modules. In order to view the same, open the following file in your browser. | ||
> target/site/jacoco/index.html | ||
Please note that the above folder is created under each of the modules. For example: | ||
* adapter/target/site/jacoco/index.html | ||
* busniess-delegate/target/site/jacoco/index.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters