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

We're setting up our code coverage for a monorepo with multiple apps running their own test suites in parallel inside a container. We're working on a feature branch and we...

Hello, [This project](https://github.com/smartbox-io/cell) is supposed to have 100% coverage. If I execute it locally: ``` smartbox-io/cell@master * make spec docker run --rm -v `pwd`:/cell -it cell:latest bundle exec rspec spec...

help wanted

Would like to see an example for Node on Travis CI.

Please offer a way for us to validate that the download is not compromised, with a GPG key you publish somewhere we can get it, that's also hosted on a...

Hi all! I contacted CodeClimate support and they told me to come here and open an issue, so here I am 😄 I'm contacting you regarding your Test Coverage beta...

I have a cobertura coverage file which is crashing because of the following class: I'm running `format-coverage -t cobertura -d ./cobertura.xml` ``` ``` Stacktrace: ``` panic: runtime error: index out...

:wave: hey CC, how're things! I'm writing a [parser-formatter][1] that takes coverage information about Haskell tests in its native format and outputs it as the JSON payload expected by cc-test-reporter....

enhancement

Just want to share my experience of setting up code climate test reporter with golang on Jenkins. Following this [example](https://github.com/codeclimate/test-reporter/blob/master/examples/go_examples.md#example-2): 1. Downloaded `cc-test-reporter` into the project root (i.e. GOPATH/src/github/org/project) 2....

It appears that currently, at least for istanbul/nyc/lcov, that it is hardcoded to expect the files to be at ./coverage/lcov.info We have overridden this location using nyc configuration to output...