Cake.Coverlet Versions Save

Coverlet extensions for Cake Build

v4.0.1

2 months ago

What's Changed

Special thanks to @JegDudley for submitting the original PR for Cake 4.0.0

Full Changelog: https://github.com/Romanx/Cake.Coverlet/compare/v3.0.2...v4.0.1

v3.0.2

1 year ago
  • Updates to the latest and greatest Cake v3.0.0 🎇 (Thanks to @augustoproiete, @sqeezy, @taconaut) #52 #47 #38

v2.5.4

3 years ago
  • Updates to the latest and greatest Cake v1.0.0 🎇 (Thanks to @augustoproiete) #38

v2.4.2

4 years ago
  • Updates Cake to v0.36.0

v2.3

4 years ago

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

  • Cake plugin has been updated to 0.33.0 following default guidelines thanks to @AdmiringWorm and @Jericho) #24

v2.2

5 years ago

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

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

v2.0

5 years ago

💥 Major version bump 💥 This is due to us adding support to use coverlet as a dotnet tool if it's installed globally or locally.

  • Add support to use coverlet as a dotnet tool installed globally or not. #7 (Thanks to @StanleyGoldman)
  • Fix errors with enum ToString functionality on unix #13 (Thanks @austinlparker)

v1.3

5 years ago

This release is a non-code change version bump due to a phantom commit that got released to nuget so only some code was new and had regressed on others. For details please read #6. Thanks to (@anthony-roe-cko and @ctcoulter)

v1.2

5 years ago
  • Allow Output Directory to be set without a filename #5 (Thanks to @giggio)