test-reporter
test-reporter copied to clipboard
Code Climate Test Reporter
See #150 for updated description. **Current help** ``` To be run before a build Usage: cc-test-reporter before-build [flags] Global Flags: -d, --debug run in debug mode ``` **Proposed Changes** -...
In our CI pipeline, some tests are run in an environment that has a git client, while others are not (integration tests that are run inside docker containers, which we...
# Description The output of `sum-coverage` (following calls to `format-coverage`) is incorrectly reporting total coverage stats. Behavior appears in CI (github actions, ubuntu-22.04) and locally (mac osx 13.3). ## Steps...
Reopening #496 Hi guys. Not sure if the binaries are actually being updated with the latest builds. This CVE is still showing for me. Steps to reproduce it: 1. Add...
My use case is running the cc-test-reporter from the project root whereas my coverage files for the frontend are located in `./frontend/test-coverage/lcov.info`. I managed to get `format-coverage` to work only...
As I mentioned in https://github.com/codeclimate/test-reporter/issues/495#issuecomment-1501130249, `cc-test-reporter format-coverage --input-type=simplecov` needs the test to have run with `CC_TEST_REPORTER_ID` is set, otherwise it parses a coverage file in legacy format that crashes `cc-test-reporter`....
### Description I wanna try to change the codeclimate image to use the podman rootless version. If we could avoid using the docker daemon, we could run the codeclimate image...
The first 6 lines of the exclude_pattern section are not getting picked up when I run before-build and after-build. No complex multi test running here. ``` version: "2" # docs...
There are 2 tags (v1.0.0 and v1.0.1) that seem incorrect. Can these tags be removed so that applications like Renovate don't get confused?
I have a dependabot issue open on my repo to upgrade SimpleCov from 0.17.1 => 0.22.0, which is failing on CircleCI. The error message I am experiencing is the same...