Romanx / Cake.Coverlet

Coverlet extensions for Cake Build
MIT License
40 stars 15 forks source link

Unable to use the target parameter on coverlet #49

Open mklemarczyk opened 2 years ago

mklemarczyk commented 2 years ago

I would like to use custom test runner with coverlet. In official docs it is possible by the argument --target. Unfortunately, this addin to cake does not provide such param.

Can we introduce new setting to run coverlet?

Documentation for reference https://github.com/coverlet-coverage/coverlet/blob/master/Documentation/GlobalTool.md#code-coverage-for-integration-tests-and-end-to-end-tests

It will be great to use your addin for the end to end test coverage.