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

The team that I work with is using cc-test-reporter on a Java Sprint Boot project. We currently have an Interface (https://github.com/SierraSystems/ntt-data-notification-service/blob/master/src/main/java/com/nttdata/nttdatanotificationservice/service/WebHookService.java) It generates the following code in a Jacoco XML...

I have a monorepo project containing multiple libraries using ng-packagr I managed to get & upload the test coverage of the repository. But how can I get the coverage of...

- oss repo: https://github.com/alkal-io/kalium - using Travis - jacoco Customer using jacoco and couldn't figure out how to set it up. They were able to point it to the xml...

help wanted

I'm trying to run `sbt-scoverage` and then upload the reports to Code Climate. My project is built inside a docker container. This is my CircleCI configuration: ``` ./cc-test-reporter before-build ./.circleci/in_docker.sh...

We are running CC with a Jenkins CI. We were facing an issue where we were getting seemly random failures of the type: ``` [2020-01-17T16:42:18.563Z] [Pipeline] sh [2020-01-17T16:42:19.907Z] + ./cc-test-reporter...

Golang 1.11 supports to place the src directory into a non-$GOPATH directory, e.g. `~/project` in CircleCI. The generated `c.out` files will look something like that: ``` mode: set github.com/hipages/php-fpm_exporter/phpfpm/phpfpm.go:117.45,121.2 3...

This is the filename often mentioned in golang test examples.

Couldn't add test cases for it and I don't code in Go

Hi all -- our code coverage is calculated by Jest and our CI pipeline is Heroku. Could someone provide an example on how I could get that setup to talk...

cc-test-reporter wrongly reports file not found when both -r and -i specified, and -r given an empty var/value. It should report a missing reporter id instead. ``` ./cc-test-reporter upload-coverage -r...