I'm trying to debug why code coverage isn't being reported to Code Climate, and I saw no output from the commands in CI. I tried testing locally and I'm still getting no output from the reporter:
Problem was how I was installing the reporter, I noticed the size was 0 bytes - I had copied a curl command from another codebase. I fixed that and the reporter is working as expected :)
I'm trying to debug why code coverage isn't being reported to Code Climate, and I saw no output from the commands in CI. I tried testing locally and I'm still getting no output from the reporter:
Running any commands with flags to get version, help or debug provides no output - for example:
I tried the
--debug
flag based on this documentation: https://docs.codeclimate.com/docs/test-coverage-troubleshooting-tips#self-help-from-technical-documentationand the other flags from this: https://github.com/codeclimate/test-reporter/blob/1be9d22a61d05cf3c4b6d3306bc28d271f3a430d/man/cc-test-reporter.1.md