codeclimate-action
codeclimate-action copied to clipboard
GitHub Action to send your code coverage to CodeClimate
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 [](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...
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 [](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...
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...
**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...
**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...
**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...
**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...
**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...
**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...
**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...