We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc927f commit 5f86154Copy full SHA for 5f86154
ci/appveyor_run_tests.ps1
@@ -28,6 +28,7 @@ if ($PYTHON_STATUS -ne 0) {
28
Write-Host ("Starting embedded tests") -ForegroundColor "Green"
29
.$OPENCOVER -register:user -searchdirs:"$RUNTIME_DIR" -output:cs.coverage `
30
-target:"$NUNIT" -targetargs:"$CS_TESTS" `
31
+ -filter:"+[*]Python.Runtime*" `
32
-returntargetcode
33
$NUNIT_STATUS = $LastExitCode
34
if ($NUNIT_STATUS -ne 0) {
0 commit comments