CodeCoverageSummary
CodeCoverageSummary copied to clipboard
A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
Bumps [actions/stale](https://github.com/actions/stale) from 5.1.1 to 9.0.0. Release notes Sourced from actions/stale's releases. v9.0.0 Breaking Changes Action is now stateful: If the action ends because of operations-per-run then the next run...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.28 to 3.27.0. Release notes Sourced from github/codeql-action's releases. v3.27.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
## Bug Report ARM64 is officially available for GitHub Actions ([see here](https://github.blog/news-insights/product-news/arm64-on-github-actions-powering-faster-more-efficient-build-systems/)). This architecture needs to be supported by the docker execution ### Actions Log ``` WARNING: The requested image's...
## Bug Report Java Spring Boot application. xml file seems to be improperly formatted and may be the cause. ### Workflow File ```yaml steps: - uses: actions/[email protected] with: distribution: 'oracle'...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 6.9.0. Release notes Sourced from docker/build-push-action's releases. v6.9.0 Bump @docker/actions-toolkit from 0.38.0 to 0.39.0 in docker/build-push-action#1234 Bump path-to-regexp from 6.2.2 to 6.3.0 in docker/build-push-action#1232 Full...
Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 1.5.0 to 2.10.1. Release notes Sourced from step-security/harden-runner's releases. v2.10.1 What's Changed Release v2.10.1 by @varunsh-coder in step-security/harden-runner#463 Bug fix: Resolves an issue where DNS resolution of...
I'm hitting "Overall lines covered not found" (https://github.com/irongut/CodeCoverageSummary/blob/f138489/src/CodeCoverageSummary/Program.cs#L172C41-L172C74) when trying to display coverage data produced by the most used Python type checker — MyPy. It's generated using the `--cobertura-xml-report` CLI...
## Bug Report When running CCS on a solution that has multiple test projects that shares multiple libraries (common libraries) it generates multiple code coverage files. Visual Studio Code Coverage...
Dear @irongut Many thanks for this wonderful actions library. Apologies for raising this question as bug. Is this library maintained?
## Bug Report My build produces 7 cobertura files for 7 packages. However the summaries show duplicated packages that should only appear once. ### Workflow File ```yaml jobs: build-and-deploy-dev-func: runs-on:...