Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Workaround for cc-test-reporter with SimpleCov 0.18
This PR fixes the following build error when using cc-test-reporter with SimpleCov 0.18. ```consle % #!/bin/bash -eo pipefail ./cc-test-reporter before-build rake coverage ./cc-test-reporter after-build --exit-code $? (snip) Coverage report generated for RSpec to /home/circleci/project/coverage. 5051 / 5064 LOC (99.74%) covered. Error: json: cannot unmarshal object into Go struct field input.coverage of type []formatters.NullInt ``` https://circleci.com/gh/rubocop-hq/rubocop-rspec/10604 This patch is a workaround until the following issue will be resolved. codeclimate/test-reporter#418
- Loading branch information