-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coverlet does not generate any output files in cake #30
Comments
Hi there, I can't see anything wrong with the settings. Is coverlet outputting anything to the console when the tests are run? |
If you forget to add coverlet.msbuild to the test project you get this behavior |
After I added this package I got a "Coverlet.MSbuild.Tasks.CoverageResultTask" task was not given a value for the required parameter "InstrumenterState" |
Thanks to @MarcoRossignoli I can resolved my issue |
ITNOA
I have a project in GitHub and have a cake file that use some code like below
but when i run test target, we cannot found any coverage-test directory?
Did you can help me? what is my problem?
thanks
The text was updated successfully, but these errors were encountered: