You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment we don't offer "official supported package" to use coverlet engine, you can find reasons on thread.
Feel free to re-open if I misunderstood your question.
If all you want to do is see how running assembly Foo covers Assembly Bar. A does not have to be a test assembly, as in, it does not have to be a test runner application, it can be any runnable .net application. If Foo is a console app you can do:
coverlet /path/to/Foo.dll --target "dotnet" --targetargs "run /path/to/Bar --no-build"
where Foo is a standard console app an Bar is potentially a library of sorts
This to me seems cleaner than consuming the forked package that came from #212
Is it possible to run coverlet from a console test app like illustrated here and if so could I be pointed in the right direction on where to look?
We have some custom tests that are written in a similar fashion to the above example for various reasons.
Any help appreciated :)
The text was updated successfully, but these errors were encountered: