felixfbecker / PSKubectl

kubectl with the power of the object pipeline
MIT License
61 stars 9 forks source link

chore(deps): update dependency minicover to v3 #72

Open renovate[bot] opened 3 years ago

renovate[bot] commented 3 years ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MiniCover 2.0.0-ci-20180315091931 -> 3.6.2 age adoption passing confidence

Release Notes

lucaslorentz/minicover (MiniCover) ### [`v3.6.2`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.6.2) #### What's Changed - Update all packages by [@​lucaslorentz](https://redirect.github.com/lucaslorentz) in [https://github.com/lucaslorentz/minicover/pull/164](https://redirect.github.com/lucaslorentz/minicover/pull/164) - Remove unsupported dotnet versions by [@​lucaslorentz](https://redirect.github.com/lucaslorentz) in [https://github.com/lucaslorentz/minicover/pull/165](https://redirect.github.com/lucaslorentz/minicover/pull/165) - Fix warnings by [@​lucaslorentz](https://redirect.github.com/lucaslorentz) in [https://github.com/lucaslorentz/minicover/pull/166](https://redirect.github.com/lucaslorentz/minicover/pull/166) - Add .NET 8 support and update packages by [@​lucaslorentz](https://redirect.github.com/lucaslorentz) in [https://github.com/lucaslorentz/minicover/pull/170](https://redirect.github.com/lucaslorentz/minicover/pull/170) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.6.1...v3.6.2 ### [`v3.6.1`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.6.1) #### What's Changed - Fix null reference exceptions in ResolveOriginalMethod by [@​lucaslorentz](https://redirect.github.com/lucaslorentz) in [https://github.com/lucaslorentz/minicover/pull/163](https://redirect.github.com/lucaslorentz/minicover/pull/163) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.6.0...v3.6.1 ### [`v3.6.0`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.6.0) #### What's Changed - Build for .NET 7.0 by [@​Illia-M](https://redirect.github.com/Illia-M) in [https://github.com/lucaslorentz/minicover/pull/160](https://redirect.github.com/lucaslorentz/minicover/pull/160) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.5.0...v3.6.0 ### [`v3.5.0`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.5.0) #### What's Changed - Workaround: no instrumentation for C# 9 init-only properties. by [@​hell-racer](https://redirect.github.com/hell-racer) in [https://github.com/lucaslorentz/minicover/pull/156](https://redirect.github.com/lucaslorentz/minicover/pull/156) #### New Contributors - [@​hell-racer](https://redirect.github.com/hell-racer) made their first contribution in [https://github.com/lucaslorentz/minicover/pull/156](https://redirect.github.com/lucaslorentz/minicover/pull/156) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.4.8...v3.5.0 ### [`v3.4.8`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.4.8) #### What's Changed - fix: send coverallsreport bad request 400 by [@​ZEXSM](https://redirect.github.com/ZEXSM) in [https://github.com/lucaslorentz/minicover/pull/153](https://redirect.github.com/lucaslorentz/minicover/pull/153) #### New Contributors - [@​ZEXSM](https://redirect.github.com/ZEXSM) made their first contribution in [https://github.com/lucaslorentz/minicover/pull/153](https://redirect.github.com/lucaslorentz/minicover/pull/153) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.4.7...v3.4.8 ### [`v3.4.7`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.4.7) #### What's Changed - Added more logging by [@​ffMathy](https://redirect.github.com/ffMathy) in [https://github.com/lucaslorentz/minicover/pull/151](https://redirect.github.com/lucaslorentz/minicover/pull/151) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.4.5...v3.4.7 ### [`v3.4.5`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.4.5) #### What's Changed - Add more logging and updated to dotnet 6 by [@​ffMathy](https://redirect.github.com/ffMathy) in [https://github.com/lucaslorentz/minicover/pull/150](https://redirect.github.com/lucaslorentz/minicover/pull/150) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.4.4...v3.4.5 ### [`v3.4.4`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.4.4) #### What's Changed - [#​147](https://redirect.github.com/lucaslorentz/minicover/issues/147) Build for .NET 6.0 by [@​Illia-M](https://redirect.github.com/Illia-M) in [https://github.com/lucaslorentz/minicover/pull/149](https://redirect.github.com/lucaslorentz/minicover/pull/149) #### New Contributors - [@​Illia-M](https://redirect.github.com/Illia-M) made their first contribution in [https://github.com/lucaslorentz/minicover/pull/149](https://redirect.github.com/lucaslorentz/minicover/pull/149) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.4.3...v3.4.4 ### [`v3.4.3`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.4.3) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.4.2...v3.4.3 ### [`v3.4.2`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.4.2) #### What's Changed - Made HitServices available on NuGet too by [@​ffMathy](https://redirect.github.com/ffMathy) in [https://github.com/lucaslorentz/minicover/pull/140](https://redirect.github.com/lucaslorentz/minicover/pull/140) - Fix for broken build by [@​ffMathy](https://redirect.github.com/ffMathy) in [https://github.com/lucaslorentz/minicover/pull/143](https://redirect.github.com/lucaslorentz/minicover/pull/143) #### New Contributors - [@​ffMathy](https://redirect.github.com/ffMathy) made their first contribution in [https://github.com/lucaslorentz/minicover/pull/140](https://redirect.github.com/lucaslorentz/minicover/pull/140) **Full Changelog**: https://github.com/lucaslorentz/minicover/compare/v3.4.1...v3.4.2 ### [`v3.4.1`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.4.1) Changes: - Add IInstrumentationContext interface to MiniCover.Core library ### [`v3.4.0`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.4.0) Changes: - Create library packages MiniCover.Core and MiniCover.Reports ### [`v3.3.0`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.3.0) Changes: - Add NET5 support and update dependencies [https://github.com/lucaslorentz/minicover/pull/134](https://redirect.github.com/lucaslorentz/minicover/pull/134) ### [`v3.2.0`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.2.0) New features: - Improve async methods coverage ([https://github.com/lucaslorentz/minicover/pull/131](https://redirect.github.com/lucaslorentz/minicover/pull/131)). Fixes [https://github.com/lucaslorentz/minicover/issues/103](https://redirect.github.com/lucaslorentz/minicover/issues/103) and [https://github.com/lucaslorentz/minicover/issues/126](https://redirect.github.com/lucaslorentz/minicover/issues/126) ### [`v3.1.0`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.1.0) **New features**: - Add branch and statement coverage in Console and Html Report - Add --no-fail option to disable command failure when the threshold is not met ([https://github.com/lucaslorentz/minicover/pull/122](https://redirect.github.com/lucaslorentz/minicover/pull/122)) - Use box drawing characters in console tables ([https://github.com/lucaslorentz/minicover/pull/120](https://redirect.github.com/lucaslorentz/minicover/pull/120)) - Visual improvements on Html Report ([https://github.com/lucaslorentz/minicover/pull/120](https://redirect.github.com/lucaslorentz/minicover/pull/120)) **Changes:** - The threshold option was removed from all reports, except Console and HTML, where they're used. ### [`v3.0.6`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.0.6) - Improve branch instrumentation - Fix graph infinite recursions [#​114](https://redirect.github.com/lucaslorentz/minicover/issues/114) - Fix errors when coverage-hits folder doesn't exist ([@​vilinski](https://redirect.github.com/vilinski)) ### [`v3.0.5`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.0.5) - Add branch coverage instrumentation - Add branch coverage to cobertura report - Add support for .net core 3.1 **This version was unlisted from Nuget.org because of issue [https://github.com/lucaslorentz/minicover/issues/114](https://redirect.github.com/lucaslorentz/minicover/issues/114)** ### [`v3.0.4`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.0.4) - Reduce the number of hits file. Instead of creating one per entry method, now we create one per running process. ### [`v3.0.3`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.0.3) - Handle errors when instrumentation encounters a native DLL with PDB. ### [`v3.0.2`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.0.2) - Add cobertura report ### [`v3.0.1`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.0.1) - Fix file labels in HTML report - Fix assembly resolver to find assembly with name different from package ( [https://github.com/lucaslorentz/minicover/issues/105](https://redirect.github.com/lucaslorentz/minicover/issues/105)) ### [`v3.0.0`](https://redirect.github.com/lucaslorentz/minicover/releases/tag/v3.0.0) - Improve instrumentation options defaults

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

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



This PR was generated by Mend Renovate. View the repository job log.