Mule Coverage Reports
Last updated
Was this helpful?
IZ Scan does not execute MUnit tests or produce coverage reports. Instead, it solely imports pre-generated reports in JSON format.
The Coverage Report should be configured in JSON format for IZ Scan to scan and upload the report. Refer to Maven Configuration for Coverage.
Before scanning the project, make sure MUnit test cases are executed and the coverage report is generated.
IZ Scan parses the JSON coverage report from the default path target/site/munit/coverage/munit-coverage.json. No additional configuration parameters are required to enable scanning of coverage reports
On successful analysis, the coverage report will be uploaded to the server with the following statistics -
Overall coverage percentage - Click on the actions and select Code Coverage Report

b. File and flow level coverage percentage

c. Uncovered and covered lines

Last updated
Was this helpful?
Was this helpful?

