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

Update reportgenerator to 5.4.1 #264

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 1, 2024

This PR contains the following updates:

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

Release Notes

danielpalme/ReportGenerator (ReportGenerator)

v5.4.1: ReportGenerator_5.4.1

Changes:

  • #​707 Fixed issue with file filters

This release requires .NET Framework 4.7 or .NET 8.0/9.0

v5.4.0: ReportGenerator_5.4.0

Changes:

  • Added support for .NET 9. Dropped support for .NET 6 and .NET 7
  • #​699 Rounding crap score to full number
  • #​700 Fixed handling of .netconfig files (sourceDirectories, reportTypes, plugins, assemblyFilters, etc.)
  • #​704 Improved handling of file filters

This release requires .NET Framework 4.7 or .NET 8.0/9.0

v5.3.11: ReportGenerator_5.3.11

Changes:

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.3.10: ReportGenerator_5.3.10

Changes:

  • #​695 HTML reports: Performance and memory improvements (contributed by @​afscrome)
  • #​690 Fixed handling of history files for classes with not unique names

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.3.9: ReportGenerator_5.3.9

Changes:

  • #​685 Extended "raw mode" for dotCover format (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class.
  • #​691 Cobertura parser: Performance and memory improvements (contributed by @​afscrome)

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.3.8: ReportGenerator_5.3.8

Changes:

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.3.7: ReportGenerator_5.3.7

Changes:

  • Exclude empty modules/assemblies from reports
    -Fix sort direction triangles (contributed by @​YuriyDurov)
    -#​602: HtmlSummary and Html_BlueRed_Summary report types now also create an index.html file

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.3.6: ReportGenerator_5.3.6

Changes:

  • #​676: Fixed issue with Cobertura files with empty class names

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.3.5: ReportGenerator_5.3.5

Changes:

  • #​663: Improved support for Cobertura files generated by "Microsoft CodeCoverage"
  • #​674: License can now be supplied via the REPORTGENERATOR_LICENSE environment variable

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.3.4: ReportGenerator_5.3.4

Changes:

  • #​664: Added filter options for risk hotspots: '-riskhotspotassemblyfilters:', '-riskhotspotclassfilters:'

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.3.0: ReportGenerator_5.3.0

Changes:

  • Azure DevOps task: Added new setting "publishCodeCoverageResults". This allows to publish report in 'Code Coverage' tab directly. Makes the 'PublishCodeCoverageResults' task obsolete.
  • #​662: Added ability to filter by coverage in Html reports
  • #​667: Added new report type 'MarkdownAssembliesSummary'

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.2.5: ReportGenerator_5.2.5

Changes:

  • #​665 Improved handling of duplicate classes in JaCoCo files

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.2.4: ReportGenerator_5.2.4

Changes:

-#​630 Added "raw mode" (settings:rawMode=true) to disable that coverage data of nested or compiler generated classes is included in the parent class. This is useful to merge several Cobertura files into a single file.

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0

v5.2.3: ReportGenerator_5.2.3

Changes:

  • #​656 Changed handling of files which are not found in source directory

This release requires .NET Framework 4.7 or .NET 6.0/7.0/8.0


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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

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

codecov bot commented Apr 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.05%. Comparing base (5bcdb4a) to head (0414295).
Report is 1 commits behind head on master.

Current head 0414295 differs from pull request most recent head 68681df

Please upload reports for the commit 68681df to get more accurate results.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #264   +/-   ##
=======================================
  Coverage   47.05%   47.05%           
=======================================
  Files          60       60           
  Lines         952      952           
  Branches       73       73           
=======================================
  Hits          448      448           
  Misses        504      504           

☔ 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 0414295 to fb95a7a Compare April 23, 2024 20:05
@renovate renovate bot changed the title Update reportgenerator to v5.2.4 Update reportgenerator to v5.2.5 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/reportgenerator branch from fb95a7a to be3ab56 Compare May 14, 2024 19:25
@renovate renovate bot changed the title Update reportgenerator to v5.2.5 Update reportgenerator to v5.3.0 May 14, 2024
@renovate renovate bot force-pushed the renovate/reportgenerator branch from be3ab56 to 6dfdc4f Compare May 17, 2024 04:06
@renovate renovate bot changed the title Update reportgenerator to v5.3.0 Update reportgenerator to v5.3.4 May 25, 2024
@renovate renovate bot force-pushed the renovate/reportgenerator branch 2 times, most recently from eb06a00 to cb596ca Compare June 1, 2024 10:39
@renovate renovate bot changed the title Update reportgenerator to v5.3.4 Update reportgenerator to v5.3.5 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/reportgenerator branch from cb596ca to 8e915ed Compare June 3, 2024 16:09
@renovate renovate bot changed the title Update reportgenerator to v5.3.5 Update reportgenerator to v5.3.6 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/reportgenerator branch from 8e915ed to 68681df Compare June 28, 2024 20:17
@renovate renovate bot changed the title Update reportgenerator to v5.3.6 Update reportgenerator to v5.3.7 Jun 28, 2024
@renovate renovate bot force-pushed the renovate/reportgenerator branch from 68681df to 4026eeb Compare July 15, 2024 21:40
@renovate renovate bot changed the title Update reportgenerator to v5.3.7 Update reportgenerator to v5.3.8 Jul 15, 2024
@renovate renovate bot changed the title Update reportgenerator to v5.3.8 Update reportgenerator to 5.3.8 Aug 28, 2024
@renovate renovate bot changed the title Update reportgenerator to 5.3.8 Update reportgenerator to 5.3.9 Sep 3, 2024
@renovate renovate bot changed the title Update reportgenerator to 5.3.9 Update reportgenerator to 5.3.10 Sep 28, 2024
@renovate renovate bot force-pushed the renovate/reportgenerator branch from a4732d2 to 68730f3 Compare October 9, 2024 21:19
@renovate renovate bot changed the title Update reportgenerator to 5.3.10 Update reportgenerator to 5.3.11 Oct 9, 2024
@renovate renovate bot changed the title Update reportgenerator to 5.3.11 Update reportgenerator to 5.4.0 Nov 12, 2024
@renovate renovate bot changed the title Update reportgenerator to 5.4.0 Update reportgenerator to 5.4.1 Nov 13, 2024
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