You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
Actual Behavior
To complete the reporting process, call coverage-reporter with the final flag. Check https://docs.codacy.com/coverage-reporter/#multiple-reports for more information.
The text was updated successfully, but these errors were encountered: