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
Closes faker-ruby#2241. This PR fixes the following build error when using cc-test-reporter with SimpleCov 0.18. ```console Run export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}" Error: json: cannot unmarshal object into Go struct field input.coverage of type []formatters.NullInt Usage: cc-test-reporter after-build [flags] (snip) Global Flags: -d, --debug run in debug mode ##[error]Process completed with exit code 255. ``` https://github.com/faker-ruby/faker/pull/2043/checks?check_run_id=750522010 This patch is a workaround until the following issue will be resolved. codeclimate/test-reporter#418
- Loading branch information