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