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
As a module author In order to understand my code coverage I need to use CodeCov.io and other such tools
Basically I just want to overwrite Pester's coverage file with one based on the modified output of Convert-CodeCoverage. If that's already possible by piping this to some Pester functions, can you put an example of how to do it in the help for Convert-CodeCoverage so others can figure out how -- or better yet, just add a parameter and do it yourself...
The text was updated successfully, but these errors were encountered:
There is code here that might help with this issue. Happy to see this functionality be implemented in ModuleBuilder instead so that we can just call a command from the task. Anyway, hope anything can be reused or used as an inspiration.
As a module author
In order to understand my code coverage
I need to use CodeCov.io and other such tools
Basically I just want to overwrite Pester's coverage file with one based on the modified output of
Convert-CodeCoverage
. If that's already possible by piping this to some Pester functions, can you put an example of how to do it in the help forConvert-CodeCoverage
so others can figure out how -- or better yet, just add a parameter and do it yourself...The text was updated successfully, but these errors were encountered: