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

Mentioned here - https://github.com/codeclimate/ruby-test-reporter/issues/134#issuecomment-330916664, it seems that when one is using two different test suites and parallelizing those tests that configuring things gets a bit tricky. I played around with...

CodeClimate test reporter chokes when `showSignature` is enabled inside of `~/.gitconfig`.

By default, coverage.py plugins for `pytest` and `nosetests` output to a json file called `.coverage`. It would be convenient if `test-reporter` could locate and parse this file. Ideally, I'd like...

I am trying to find a succinct example of how to set up a .NET project to send test coverage information from Appveyor to CodeClimate's coverage system. It doesn't seem...

See #150 for updated description **Current help** ``` Locate, parse, and re-format supported coverage sources. Upload pre-formatted coverage payloads to Code Climate servers. Usage: cc-test-reporter after-build [flags] Flags: -s, --batch-size...

**Current help** ``` Locate, parse, and re-format supported coverage sources. Usage: cc-test-reporter format-coverage [flags] Flags: -t, --input-type string type of input source to use [simplecov, lcov, coverage.py, clover, gocov] -o,...

I went through all existing `--help` and thought about what I'd like to see changed before we stabilize 1.0. I anticipate a pretty detailed ~~bikeshed~~ discussion to ensue, so I'm...

**Current help** ``` Upload pre-formatted coverage payloads to Code Climate servers. Usage: cc-test-reporter upload-coverage [flags] Flags: -s, --batch-size int batch size for source files (default 500) -e, --endpoint string endpoint...

**Current help** ``` Combine (sum) multiple pre-formatted coverage payloads into one. Usage: cc-test-reporter sum-coverage [flags] Flags: -o, --output string output path (default "coverage/codeclimate.json") -p, --parts int total number of parts...

**Current help** ``` Infer and output information about the environment the reporter is running in. Usage: cc-test-reporter env [flags] Flags: -f, --format string formats the output (default "string") Global Flags:...