Added helpers for checking test coverage under windows

This commit is contained in:
Tom Bloor 2017-04-18 13:22:48 +01:00
parent 6f544b1209
commit d3dab84d06
3 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View File

@ -5,3 +5,5 @@ hypnotoad.pid
*~
/images
*.swp
cover_db/

View File

@ -0,0 +1 @@
$Env:HARNESS_PERL_SWITCHES = "-MDevel::Cover"

View File

@ -0,0 +1 @@
Remove-Item Env:HARNESS_PERL_SWITCHES