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
Description
Hey There 👋, Thank you for this template, It has been pretty useful for my work and I've been using it to start my projects.
This is not a feature request, It's more a Question regarding using coverage tests within this template.
Describe the solution you'd like
I would like to have coverage tests generated by plaster while keep using the standard template provided by stucco.
Describe any alternatives you've considered
I've considered dropping the stucco template to use other build systems, but powershellbuild is what fit the best with my context.
Additional context
here is the header of my psakeFile.ps1
Would you mind to guide me on how to add coverage tests as intended without stop using your template? I really Like it and would like to stick with it as long as possible.
The text was updated successfully, but these errors were encountered:
Description
Hey There 👋, Thank you for this template, It has been pretty useful for my work and I've been using it to start my projects.
This is not a feature request, It's more a Question regarding using coverage tests within this template.
Describe the solution you'd like
I would like to have coverage tests generated by plaster while keep using the standard template provided by stucco.
Describe any alternatives you've considered
I've considered dropping the stucco template to use other build systems, but powershellbuild is what fit the best with my context.
Additional context
here is the header of my
psakeFile.ps1
My problem is that my coverage results are like this:
I don't understand why I'm not getting coverage for methods, I'm not using any class on this project.
Here is my overall structure:
Here is my code coverage output:
Would you mind to guide me on how to add coverage tests as intended without stop using your template? I really Like it and would like to stick with it as long as possible.
The text was updated successfully, but these errors were encountered: