For the complete documentation index, see llms.txt. This page is also available as Markdown.

Mule Coverage Reports

Mule - Code Coverage Reports

How to generate a coverage report

  1. The Coverage Report should be configured in JSON format for IZ Scan to scan and upload the report. Refer to Maven Configuration for Coverage.

  2. Before scanning the project, make sure MUnit test cases are executed and the coverage report is generated.

Coverage report upload

  1. 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

  2. On successful analysis, the coverage report will be uploaded to the server with the following statistics -

    1. Overall coverage percentage - Click on the actions and select Code Coverage Report

    b. File and flow level coverage percentage

c. Uncovered and covered lines

See Also

Last updated

Was this helpful?