Added helpers for checking test coverage under windows
This commit is contained in:
parent
6f544b1209
commit
d3dab84d06
3 changed files with 4 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -5,3 +5,5 @@ hypnotoad.pid
|
||||||
*~
|
*~
|
||||||
/images
|
/images
|
||||||
*.swp
|
*.swp
|
||||||
|
|
||||||
|
cover_db/
|
||||||
|
|
1
script/helpers/cover_env.ps1
Normal file
1
script/helpers/cover_env.ps1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
$Env:HARNESS_PERL_SWITCHES = "-MDevel::Cover"
|
1
script/helpers/remove_cover_env.ps1
Normal file
1
script/helpers/remove_cover_env.ps1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Remove-Item Env:HARNESS_PERL_SWITCHES
|
Reference in a new issue