codeclimate-action icon indicating copy to clipboard operation
codeclimate-action copied to clipboard

GitHub Action to send your code coverage to CodeClimate

Results 38 codeclimate-action issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.6.2 to 18.6.4. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=18.6.2&new-version=18.6.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [@types/sinon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/sinon) from 10.0.12 to 10.0.13. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/sinon&package-manager=npm_and_yarn&previous-version=10.0.12&new-version=10.0.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [nock](https://github.com/nock/nock) from 13.2.8 to 13.2.9. Release notes Sourced from nock's releases. v13.2.9 13.2.9 (2022-07-19) Bug Fixes README: Add notes about Scope vs Interceptor matchHeader calls (#2382) (d9bab65) Commits d9bab65...

dependencies

**Describe the solution you'd like** I'd like to see the action split into the before-build phase and the after-build phase so I can run them separately, as opposed to having...

enhancement

**Is your feature request related to a problem? Please describe.** When running the following GitHub Action on a Lerna mono-repository if any single package fails, it still reports success. In...

enhancement
help wanted
need-more-info

**Describe the bug** `coverageLocations` can be multiple values, but `JACOCO_SOURCE_PATH` can only contain one value. In a Java build that produces multiple jars, I need a different JaCoCo source path...

help wanted
external

**Describe the bug** I'm attempting to use this action to report pytest results on a flask application. After the tests successfully run, the after-build job cannot find the CoveragePy package...

bug
question

**Describe the bug** The reports submitted to code climate for PRs made from forks and the master branch on the original repo itself have indistinguishable names. **Version of `codeclimate-action` you're...

bug

**Describe the bug** I am trying to send the test report to code-climate. After running the job, it says the step passed but on opening it, it only contains error...

question

**Describe the bug** I am using simplecov on a ruby gem and testing via rspec. Everything works as expected. But when I add Appraisal and run test via **bundle exec...

bug