Skip to content

v5.1.1 - Target Acquired 🎯

Choose a tag to compare

@github-actions github-actions released this 19 Jul 15:39
· 33 commits to main since this release
62fdf39

🚀 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