fix pester verbosity config
This commit is contained in:
parent
c31ee791bb
commit
f98fa915cc
@ -34,7 +34,7 @@ steps:
|
||||
pwsh -NonInteractive -c "& {
|
||||
Import-Module './tools/DroneIO.psm1';
|
||||
Invoke-InstallDependencies;
|
||||
Invoke-UnitTest
|
||||
Invoke-UnitTest -Verbosity 'Detailed'
|
||||
}"
|
||||
|
||||
- name: coverage
|
||||
|
2
.vscode/tasks.json
vendored
2
.vscode/tasks.json
vendored
@ -88,7 +88,7 @@
|
||||
"Remove-Item ./coverage.xml -ErrorAction 'SilentlyContinue';",
|
||||
"Remove-Item ./testResults.xml -ErrorAction 'SilentlyContinue';",
|
||||
"Import-Module ./tools/DroneIO.psm1;",
|
||||
"Invoke-UnitTest -CoverageFormat 'CoverageGutters' -Verbosity 'Debug'"
|
||||
"Invoke-UnitTest -CoverageFormat 'CoverageGutters' -Verbosity 'Diagnostic'"
|
||||
],
|
||||
"group": "test",
|
||||
"problemMatcher": [
|
||||
|
Loading…
Reference in New Issue
Block a user