Skip to content

Releases: Romanx/Cake.Coverlet

v6.0.1 - Six Layers Deep 🎂

09 Mar 15:57
2e6fccc

Choose a tag to compare

What's Changed

  • Bumped a lot of libraries
  • Update to Cake 6.1 by @Romanx in #103

Full Changelog: v5.1.1...v6.0.1

v5.1.1 - Target Acquired 🎯

19 Jul 15:39
62fdf39

Choose a tag to compare

🚀 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 RunTarget with path and target in Coverlet tool by @Romanx in #49

New Contributors

Full Changelog: v5.0.2...v5.1.1

v5.0.2 - Icing on the Cake v5

19 Jul 12:40

Choose a tag to compare

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 🎂

09 Mar 15:51
e332aed

Choose a tag to compare

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

17 Nov 18:29
a80354c

Choose a tag to compare

v2.4.4 - Even More Cake 🎂

15 Feb 16:19
fcae3e3

Choose a tag to compare

v2.4.2 - More Cake 🎂

30 Jan 19:08
275d8f1

Choose a tag to compare

  • Updates Cake to v0.36.0

v2.3 - Fully Covered 📔

02 Jun 18:09

Choose a tag to compare

Features

  • Added in the IncludeTestAssembly parameter to keep parity with Coverlet #29

Fixes

  • Spaces in the coverage file output path now works correctly! #27 (Thanks to @taconaut)

Housekeeping

v2.2 - Include the Good and Exclude the Bad

13 Jan 14:18

Choose a tag to compare

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.

  • Add support for Include Attribute #22
  • Add support for Exclude by Attribute #20

v2.1 - We built teamcity on rock and roll 🎧

11 Dec 14:03

Choose a tag to compare

  • Add suport for teamcity coverage file format. (Thanks to @flcdrg) #15