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.2 to 1.2.0 #188

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps irongut/CodeCoverageSummary from 1.0.2 to 1.2.0.

Release notes

Sourced from irongut/CodeCoverageSummary's releases.

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/CodeCoverageSummary@v1.2.0-beta
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)

v1.1.0-beta 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)
name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.1.0-beta
with:
  filename: coverage/coverage.cobertura.xml
  fail_below_min: true

v1.0.5

v1.0.4 Release Notes

... (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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Feb 21, 2022
@dependabot dependabot bot force-pushed the dependabot/github_actions/irongut/CodeCoverageSummary-1.2.0 branch from c3851e2 to 19ae24f Compare March 28, 2022 15:37
@dependabot dependabot bot force-pushed the dependabot/github_actions/irongut/CodeCoverageSummary-1.2.0 branch 2 times, most recently from 5bab805 to fbcbcf0 Compare May 16, 2022 13:05
Bumps [irongut/CodeCoverageSummary](https://github.com/irongut/CodeCoverageSummary) from 1.0.2 to 1.2.0.
- [Release notes](https://github.com/irongut/CodeCoverageSummary/releases)
- [Commits](irongut/CodeCoverageSummary@v1.0.2...v1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/irongut/CodeCoverageSummary-1.2.0 branch from fbcbcf0 to 2782520 Compare May 16, 2022 13:06
@ardalis ardalis merged commit 6816b1f into main May 17, 2022
@ardalis ardalis deleted the dependabot/github_actions/irongut/CodeCoverageSummary-1.2.0 branch May 17, 2022 14:20
@github-actions
Copy link

Code Coverage

Package Line Rate Branch Rate Complexity Health
Ardalis.GuardClauses 97% 98% 112
Summary 97% (199 / 205) 98% (86 / 88) 112

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.

1 participant