Closed
Description
We have a monorepo and are trying to upload two sets of coverage results to Codacy, which is causing an error: To complete the reporting process, call coverage-reporter with the final flag.
The docs say we need to upload reports separately with flags --partial
and --final
however the orb doesn't allow for this. And advice?
Expected Behavior
- Can send multiple coverage reports
Actual Behavior
- Upload Coverage Results to Codacy errors with
To complete the reporting process, call coverage-reporter with the final flag. Check https://docs.codacy.com/coverage-reporter/#multiple-reports for more information.