test-reporter icon indicating copy to clipboard operation
test-reporter copied to clipboard

Code Climate Test Reporter

Results 101 test-reporter issues
Sort by recently updated
recently updated
newest added

Hello, I have integrated jacoco in my project already and now on top of that, I want to set up code climate and upload the same test result over there....

I am trying to set up coverage integration with github actions I am using the recommended github action, `paambaati/[email protected]` I get an error that doesn't really help, ie, it's unclear...

Hi, I'm trying to get coverage reporting working with [parallel testing on Heroku CI](https://devcenter.heroku.com/articles/heroku-ci-parallel-test-runs). Parallel testing on HerokuCI works by distributing the tests across multiple dynos each with their own...

We just started using Code Climate and noticed that the before-build command is a no-op command. We found the issue that requested it: https://github.com/codeclimate/test-reporter/issues/59 and it's almost 5 years old....

Sorry I'm too lazy to write a PR for this, but the following from `env/git.go`... ``` var gitBranchVars = []string{"GIT_BRANCH", "APPVEYOR_REPO_BRANCH", "BRANCH_NAME", "BUILDKITE_BRANCH", "CIRCLE_BRANCH", "CI_BRANCH", "CI_BUILD_REF_NAME", "DRONE_BRANCH", "HEROKU_TEST_RUN_BRANCH", "TRAVIS_PULL_REQUEST_BRANCH", "TRAVIS_BRANCH",...

I am uploading a merged coverage file from Ruby and JavaScript. When I look at the results on the code page, only the Ruby files have coverage data. This used...

After following #413 I managed to get simplecov `0.21.2` going for my project (thank you all involved 🙏 ) I have a related question: does anyone know if *codeclimate* supports...

help wanted

Hi guys, I'm using Code Climate in my open source projects and I'm like this. This possible bug is in coverage report. Although report is 100%, on detail is displayed...

The show-coverage command is very useful for checking things on CI or while offline, but it currently only shows the total repo coverage It would be even better if it...

I am using Jacoco to produce test results for multi module app. The modular structure for example is app/src/main/java module1/src/main/java module2/src/main/java... In the test coverage recent report, I could only...

hacktoberfest