test-reporter
test-reporter copied to clipboard
Code Climate Test Reporter
I am trying to integrate `travis` with code climate. I have `java` project and use `jacoco` for coverage. My `.travis.yml` looks like this and I encrypted `CC_TEST_REPORTER_ID` language: java jdk:...
I am beginning to migrate my CI to a Github workflow. Is it possible to use this? I haven't been able to find any documentation.
Dependabot Preview will be shut down on August 3rd, 2021. It appears that this repository has configured updates for `dep`. The GitHub-native version of Dependabot does not support `dep`, which...
Hi, I recently decided to set up Code Climate for my repository, but I've been having a lot of issues. I generate coverage reports with Coverlet, using the following command:...
My repo has diff-coverage running on any PR. This has been working great for PRs made within my own repo, but we found today that it doesn't work on a...
Hi, I created an alternative GitHub Action for setting up the Code Climate test reporter tool that I wanted to bring to your attention: [amancevice/setup-code-climate](https://github.com/amancevice/setup-code-climate) I based it on the...
Please include Heroku CI specific manual, how to run test coverage for rails app. Inspired by https://github.com/codeclimate/ruby-test-reporter/issues/183
When uploading the coverage report for a Pull Request using Drone CI, the result is attributed to the target branch of the Pull Request. Situation: I want to merge the...
I've recently migrated from travis to github actions, and while most of the stuff works, the code coverage for PRs coming from forks doesn't. This is because the `CC_TEST_REPORTER_ID` is...
it would be nice to support `gcovr`