Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix coverage w NUnit3; add OpenCover filter
NUnit3/OpenCover behavior changed.
Filter removes coverage from Embedded test files by
focusing only on types of Python.Runtime.*
  • Loading branch information
vmuriart committed Feb 14, 2017
commit 5f86154b1acc2c4e051310284f6ffbce428d4122
1 change: 1 addition & 0 deletions ci/appveyor_run_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if ($PYTHON_STATUS -ne 0) {
Write-Host ("Starting embedded tests") -ForegroundColor "Green"
.$OPENCOVER -register:user -searchdirs:"$RUNTIME_DIR" -output:cs.coverage `
-target:"$NUNIT" -targetargs:"$CS_TESTS" `
-filter:"+[*]Python.Runtime*" `
-returntargetcode
$NUNIT_STATUS = $LastExitCode
if ($NUNIT_STATUS -ne 0) {
Expand Down