code-coverage-action icon indicating copy to clipboard operation
code-coverage-action copied to clipboard

GitHub Action that generates code coverage reports

Results 34 code-coverage-action issues
Sort by recently updated
recently updated
newest added

Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.1 to 0.38.3. Release notes Sourced from @​vercel/ncc's releases. 0.38.3 0.38.3 (2024-11-15) Bug Fixes add missing --asset-builds to cli help message (#1228) (84f8c52) 0.38.2 0.38.2 (2024-09-23) Bug...

dependencies

First of all, I'm not sure if the configurations are correct. I was running a simple test to integrate it into the pipelines, but I didn't get the expected result....

based on the work from https://github.com/barecheck/code-coverage-action/pull/293, there is a new parameter that was added to pass params as 'input'. Ideally, we would like to include the logic and auto-detect Pull...

enhancement

I have a project with some JavaScript code and some Go code. Is it safe to use code-coverage-action in multiple jobs in the same GH Actions workflow? Will there be...