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 recommended using clover to turn off this metrics tag. Customer's using Jest, and it doesn't seem to have that config available, so they're going to try using another coverage format supported by both Jest and the Code Climate test collector.
The text was updated successfully, but these errors were encountered:
User reports switching to lcov and is now able to complete the entire process (format + sum + upload) and it completes successfully with the result "Test report uploaded successfully to Code Climate". 👍
Closing out this issue, as the bug is documented here: #360
A repo with multiple tests resulted in an error formatting its frontend results. (backend results did process fully.)
After
/cc-test-reporter format-coverage backend/clover.xml --input-type clover --output coverage/codeclimate.backend.json
./cc-test-reporter format-coverage frontend/clover.xml --input-type clover --output coverage/codeclimate.frontend.json
Customer sent the output when running these two commands with --debug and the contents of the coverage files.
[contact @efueger for the files]
Eventually, we saw the format of the frontend-clover.xml file was slightly different from the backend-clover.xml.
This:
Versus:
The text was updated successfully, but these errors were encountered: