-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Code Coverage
Tim Molter edited this page Jun 21, 2016
·
1 revision
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/cobertura/index.html
Please note that the above folder is created under each of the modules. For example:
- xchange-btcmarkets/target/site/cobertura/index.html
- xchange-bleutrade/target/site/cobertura/index.html
- xchange-bitmarket/target/site/cobertura/index.html
<title>gfg</title>
<style type=text/css>
p{
background-color:gray;
margin: 10px;
}
div
{
color: white;
background-color: 009900;
margin: 2px;
font-size: 25px;
}
span
{
color: black;
background-color: gray;
margin: 5px;
font-size: 25px;
}
</style>
<div> div tag </div>
<div> div tag </div>
<div> div tag </div>
<div> div tag </div>
<span>span-tag</span>
<span>span-tag</span>
<span>span-tag</span>
<span>span-tag</span>