Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump irongut/CodeCoverageSummary from 1.0.5 to 1.3.0 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2022

Bumps irongut/CodeCoverageSummary from 1.0.5 to 1.3.0.

Release notes

Sourced from irongut/CodeCoverageSummary's releases.

v1.3.0 Release Notes

  • Supports glob pattern matching for multiple coverage files (#35)
  • Improved compatibility with simplecov & simplecov-cobertura (#37)
  • Now compatible with MATLAB's code coverage plugin (#53)
  • Docker image signed using Sigstore (#52)
  • Implemented StepSecurity Secure Workflows (#50)
  • Compatible with StepSecurity Secure Workflows

v1.3.0-beta Release Notes

  • Glob pattern matching for coverage files (#35)
  • Improved compatibility with simplecov (#37)
  • Now compatible with MATLAB's code coverage plugin (#53)
  • Implemented StepSecurity Secure Workflows (#50)
  • Signed Docker image on release (#52)
  • CCS is in the StepSecurity KB & is compatible with StepSecurity Secure Workflows.

v1.2.0 Release Notes

CodeCoverageSummary v1.2.0 brings two new features - the ability to include multiple coverage files and the ability to hide the Branch Rate and Complexity metrics in the output. Performance has also been improved thanks to an upgrade to .Net 6 and improvements to the Docker image.

  • Support multiple Cobertura files (#19)
  • Allow hiding Branch Rate + Complexity values in output (#22)
  • Update to .Net 6 (#23)
  • Improved Docker image layering

v1.2.0-beta Release Notes

  • Allow hiding Branch Rate + Complexity values in output (#22)
  • Support multiple cobertura files (#19)
  • Update to .Net 6 (#23)
  • Improved Docker image layering which should improve performance
name: Code Coverage Summary Report
uses: irongut/[email protected]
with:
  filename: coverage/api.coverage.xml,coverage/site.coverage.xml
  hide_branch_rate: true
  hide_complexity: true

v1.1.0 Release Notes

  • Add a health indicator for each package (#14)
  • Add ability to change badge + health indicator thresholds (#15)
  • Add ability to fail a workflow (#16)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [irongut/CodeCoverageSummary](https://github.com/irongut/CodeCoverageSummary) from 1.0.5 to 1.3.0.
- [Release notes](https://github.com/irongut/CodeCoverageSummary/releases)
- [Commits](irongut/CodeCoverageSummary@v1.0.5...v1.3.0)

---
updated-dependencies:
- dependency-name: irongut/CodeCoverageSummary
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants