CodeCoverageSummary
CodeCoverageSummary copied to clipboard
A GitHub Action that reads Cobertura format code coverage files and outputs a text or markdown summary.
## Feature Request Class coverage metrics are included in the data, include them in the ouput. ### Expected Behaviour Include class metrics in the output, perhaps if a *verbose mode*...
Looking at the existing badge support I see it is generating an image like this one: ```  ``` This works fine in the PR comment but I'd like...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.28 to 3.24.10. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.17.0 Bundles CodeQL CLI v2.17.0 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.17.0: codeql/cpp-queries...
I am using this on a monorepo, which generates coverages files across a lot of directories. If I do a push that has no tests that need to be run...
I am attempting to use CodeCoverageSummary in a very similar way as in https://github.com/irongut/CodeCoverageSummary/blob/master/README.md (the .NET one except I am using Go). I am getting "no files found" even though...
Bumps Microsoft.VisualStudio.Azure.Containers.Tools.Targets from 1.17.0 to 1.20.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.2 to 4.0.0. Release notes Sourced from actions/setup-dotnet's releases. v4.0.0 What's Changed In the scope of this release, the version of the Node.js runtime was updated to...
Fixes #232. Adds support for a new output: `github`, that emits the following outputs for use in GitHub actions: - badge: the URL for the badge - line_rate: The line...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 9becc617647dfa20ae7b1151972e9b3a2c338a2b to 162dfdf7b9ab8be88c95b4fc982792c4c273e27a. Commits 162dfdf Bump actions/checkout from 4.1.1 to 4.1.2 (#157) e1523de default cosign install to release v2.2.3 (#156) b18d21a Use examples that work with multiple...
Hello, First of all I'm sorry if I'm not in the right place to ask the question, I don't know where to do it more efficiently. I'd like to know...