Search code examples
mulecode-coveragemule4

Can we enable code coverage while the api is running NOT while running Munits


while this is not a question about any specific code , am wondering if there is a way that we can enable code coverage after the api is deployed and QA team is testing functionality

The way we get code coverage reports when we perform munits

At this moment even if performance is poor , am fine with that but the real purpose is to check once testing signs off or even while they are testing , to check if all branches of code were executed / covered ? This is for Mule 4.x


Solution

  • At this time Mule 4.x flow coverage is only implemented as a feature for MUnit tests.