Re: [Dev] Code coverage report in jenkins is not showing covered code.

2019-11-19 Thread Senthalan Kanagalingam
Hi Shiva, Thank you for interested in contributing. Your contributions are much appreciated. WSO2 repositories use jacoco-maven-plugin to get the unit test code coverage. So you can view the coverage report locally. When you run 'mvn test' in a module, the jacoco code coverage report will be avai

[Dev] Code coverage report in jenkins is not showing covered code.

2019-11-17 Thread Shiva Kumar
Hi Team, I wanted to contribute to wso2 api manager code base by writing unit tests and increase code coverage. I observed that wso2 jenkins is not showing covered lines in the report. Is this expected? Where can I get coverage report? Thank You, Shiva