Sometimes, when more than one test framework is used for the same app (eg. NodeJS + Web app), testing is done by separate tools.
Even though these tools usually have the capability of generating a compatible XML report, it'd be nice if code-coverage-report-action supports multiple XML as input.
Workaround
Currently the it is possible to make it work if a merge step is done before using the action, but it's be nice to have the functionality out-of-the-box.
Sometimes, when more than one test framework is used for the same app (eg. NodeJS + Web app), testing is done by separate tools.
Even though these tools usually have the capability of generating a compatible XML report, it'd be nice if
code-coverage-report-actionsupports multiple XML as input.Workaround
Currently the it is possible to make it work if a merge step is done before using the action, but it's be nice to have the functionality out-of-the-box.