Remove obsolete file

This commit is contained in:
Ilkka Seppälä 2019-10-19 19:44:57 +03:00
parent 0c60a95d8f
commit 8a4844792f

View File

@ -1,13 +0,0 @@
# Code Coverage Report generation
To generate the code coverage report, execute the following command:
> mvn clean verify jacoco:report
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
* business-delegate/target/site/jacoco/index.html