Releases: Romanx/Cake.Coverlet
Releases · Romanx/Cake.Coverlet
v6.0.1 - Six Layers Deep 🎂
What's Changed
Full Changelog: v5.1.1...v6.0.1
v5.1.1 - Target Acquired 🎯
🚀 New Features
- RunTarget Support: Introduced new method that enables execution with a specified path and target, giving you more flexibility in how you run Coverlet.
This can be used by passing a Path to the Coverlet tool either a directory or file to instrument and a FilePath to the target that you want Coverlet to execute. Up until this point the target has been dotnet but now it can be anything such as an xunit.v3 exe.
What's Changed
- Bump dotnet/nbgv from 0.4.0 to 0.4.2 by @dependabot[bot] in #62
- Bump actions/setup-dotnet from 3 to 4 by @dependabot[bot] in #63
- feat: Add support for
RunTargetwith path and target in Coverlet tool by @Romanx in #49
New Contributors
- @dependabot[bot] made their first contribution in #62
Full Changelog: v5.0.2...v5.1.1
v5.0.2 - Icing on the Cake v5
What's Changed
- build(deps): Cake 5.0 by @Romanx in #61
- Fix passing directories with spaces to dotnet test call #46 Thanks to @DaKaLKa for reporting.
Full Changelog: v4.0.1...v5.0.2
v4.0.1 - More More More Cake 🎂
What's Changed
- Update Cake.Coverlet NuGet package icon to the new Cake-Contrib logo for Cake addins by @augustoproiete in #56
- Add cake-addin tag to Cake.Coverlet NuGet package by @augustoproiete in #57
- Bump to Cake 4.0.0 by @Romanx in #59
- Multi-targets to net6.0 and net8.0
- Makes build deterministic
- Embeds symbols in DLL
- Adds readme in nuget package.
Special thanks to @JegDudley for submitting the original PR for Cake 4.0.0
Full Changelog: v3.0.2...v4.0.1
v3.0.2
v2.4.4 - Even More Cake 🎂
- Updates to the latest and greatest Cake v1.0.0 🎇 (Thanks to @augustoproiete) #38
v2.4.2 - More Cake 🎂
- Updates Cake to v0.36.0
v2.3 - Fully Covered 📔
Features
- Added in the IncludeTestAssembly parameter to keep parity with Coverlet #29
Fixes
Housekeeping
- Cake plugin has been updated to 0.33.0 following default guidelines thanks to @AdmiringWorm and @Jericho) #24
v2.2 - Include the Good and Exclude the Bad
The features in this release are largely thanks to @glennawatson as he contributed them both. This brings our feature set more in line with Coverlet.