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

chore(deps): update reportgenerator to v5.2.0 #192

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ReportGenerator 5.1.15 -> 5.2.0 age adoption passing confidence
dotnet-reportgenerator-globaltool 5.1.15 -> 5.2.0 age adoption passing confidence

Release Notes

danielpalme/ReportGenerator (ReportGenerator)

v5.2.0: ReportGenerator_5.2.0

This release requires .NET 4.7 or .NET Core 6.x/7.x/8.x.

Changes:

  • Added support for .NET 8. Dropped support for .NET 3.1 and .NET 5.0
  • #​629 Visual Studio Coverage: Added support for partial line coverage

v5.1.26: ReportGenerator_5.1.26

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​595 Added new report type 'Html_BlueRed_Summary' to improve red-green colorblind accessibility
  • #​625 Improved support for local methods (Cobertura, dotCover, OpenCover, VisualStudio)
  • #​627 Removed PNG badges and replaced report type 'PngChart' with 'SvgChart'
  • #​623 Improved Cobertura output (complexity metric)

v5.1.25: ReportGenerator_5.1.25

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​1519 OpenCover: Improved handling of generic classes

v5.1.24: ReportGenerator_5.1.24

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​612 Increase percentage accuracy in reports
  • #​619 Improved report parsing to avoid integer overflow

v5.1.23: ReportGenerator_5.1.23

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

v5.1.22: ReportGenerator_5.1.22

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​608 Improved performance for classes with many lines

v5.1.21: ReportGenerator_5.1.21

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​606 Improved Cobertura output (complexity metric)

v5.1.20: ReportGenerator_5.1.20

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • Added report type: OpenCover (PRO version only)
  • #​603 Improved support for Cobertura files generated by Jest

v5.1.19: ReportGenerator_5.1.19

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​595: Added new report type 'Html_BlueRed' to improve red-green colorblind accessibility
  • #​596: Fixed issue with reading historic reports

v5.1.18: ReportGenerator_5.1.18

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • Fix: #​590, #​591: Improved support for Cobertura files generated with dotnet test --collect "Code Coverage;Format=Cobertura"

v5.1.17: ReportGenerator_5.1.17

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • Fix: #​536: Improved support for C code in Visual Studio coverage input format (*.coveragexml)
  • #​582: Removed method coverage usage for line coverage if no coverage is available
  • #​589: Improved highlighting of hovered table rows in summary table

v5.1.16: ReportGenerator_5.1.16

This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x/7.x.

Changes:

  • #​536: Improved support for C code in Visual Studio coverage input format (*.coveragexml)
  • #​585: Improved merging of results in SonarQube output format

Configuration

📅 Schedule: Branch creation - "after 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 🚚 private-dependencies Pull requests that update a dependency nobody sees label Mar 1, 2023
@github-actions github-actions bot added this to the v0.10.2 milestone Mar 1, 2023
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b7d8951) 48.25% compared to head (cd48664) 48.25%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #192   +/-   ##
=======================================
  Coverage   48.25%   48.25%           
=======================================
  Files          56       56           
  Lines         833      833           
  Branches       38       38           
=======================================
  Hits          402      402           
  Misses        431      431           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/reportgenerator branch from 74a80bb to 8d132bd Compare March 9, 2023 08:03
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.18 chore(deps): update reportgenerator to v5.1.19 Mar 9, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch 3 times, most recently from 2dff987 to 3ced283 Compare March 30, 2023 02:41
@renovate renovate bot force-pushed the renovate/reportgenerator branch from 3ced283 to dd8e53c Compare April 28, 2023 23:29
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.19 chore(deps): update reportgenerator to v5.1.20 Apr 28, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch from dd8e53c to 5ba8cf8 Compare May 21, 2023 23:01
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.20 chore(deps): update reportgenerator to v5.1.21 May 21, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch from 5ba8cf8 to 40b12a6 Compare June 7, 2023 23:50
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.21 chore(deps): update reportgenerator to v5.1.22 Jun 7, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch from 40b12a6 to cf9b30c Compare July 4, 2023 22:03
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.22 chore(deps): update reportgenerator to v5.1.23 Jul 4, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch from cf9b30c to 6489e8a Compare August 12, 2023 21:58
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.23 chore(deps): update reportgenerator to v5.1.24 Aug 12, 2023
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.24 chore(deps): update reportgenerator to v5.1.25 Sep 4, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch from ba35fac to db914cd Compare October 6, 2023 06:59
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.25 chore(deps): update reportgenerator to v5.1.26 Oct 6, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch 2 times, most recently from 8df4ee2 to 2025785 Compare October 31, 2023 13:29
@renovate renovate bot changed the title chore(deps): update reportgenerator to v5.1.26 chore(deps): update reportgenerator to v5.2.0 Nov 26, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch 3 times, most recently from 618611e to 6367b70 Compare December 2, 2023 00:42
@github-actions github-actions bot removed this from the v0.10.2 milestone Dec 2, 2023
@github-actions github-actions bot added this to the v0.11.0 milestone Dec 2, 2023
@renovate renovate bot force-pushed the renovate/reportgenerator branch 12 times, most recently from 723016a to 6446368 Compare December 3, 2023 02:52
@RLittlesII RLittlesII enabled auto-merge (squash) December 3, 2023 17:45
@RLittlesII RLittlesII merged commit 277bfe4 into master Dec 3, 2023
5 checks passed
@RLittlesII RLittlesII deleted the renovate/reportgenerator branch December 3, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚚 private-dependencies Pull requests that update a dependency nobody sees
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant