Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround for cc-test-reporter with SimpleCov 0.18 #2044

Merged

Commits on Mar 14, 2021

  1. 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
    koic committed Mar 14, 2021
    Copy the full SHA
    60988bb View commit details
    Browse the repository at this point in the history