CodeCoverageSummary
CodeCoverageSummary copied to clipboard
A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
## Feature Request Provide a short description of the problem you are trying to solve or feature you would like to see. ### Expected Behaviour Provide a detailed description of...
## Feature Request Reported percentages are rounded to whole numbers which can lead to confusion if a percentage is rounded up to apparently meet a threshold but the package is...
## Bug Report I think an image summarizes the problem well enough:  I'm not sure how `0.8587...` was rounded to `0.87`, it should be `0.86` Then it gets really...
## Feature Request It would be nice if we could output a summary on the side (not sure of the term) on github actions, much like our unit test task...
## Bug Report when migrating from x86_64 to arm64 (aws graviton) the build started to get the following error ### Workflow File ```yaml - name: Code Coverage Summary Report uses:...
## Feature Request The **Auto Assign PR** workflow doesn't have GitHub token permissions specified because it uses an Action not in the StepSecurity database. ### Expected Behaviour All workflows should...
## Feature Request Add the code coverage summary to a pull request without needing another Action. This could be optional. Using Octokit this should be straightforward, if run from a...
Added `showclassnames` parameter to add class names and class code coverage results to output. It defaults to false. Updated README.md to reflect changes.
## Feature Request CCS has been tested with Coverlet and gcov, test with other tools that output Cobertura format. * [coverage.py](https://coverage.readthedocs.io/en/latest/cmd.html#xml-reporting) * [Istanbul](https://istanbul.js.org/docs/advanced/alternative-reporters/#cobertura) * [Maven](https://www.mojohaus.org/cobertura-maven-plugin/) * [simplecov](https://github.com/colszowka/simplecov/blob/master/doc/alternate-formatters.md#simplecov-cobertura) * [AltCover](https://github.com/SteveGilham/altcover) ###...
## Feature Request It would also be useful to have Method coverage reported by the tool. ### Expected Behaviour There would be an additional column that reports Method coverage ###...