X Tutup
Skip to content

Commit 165d486

Browse files
committed
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.*
1 parent d75d98d commit 165d486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/appveyor_run_tests.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ if ($PYTHON_STATUS -ne 0) {
2828
Write-Host ("Starting embedded tests") -ForegroundColor "Green"
2929
.$OPENCOVER -register:user -searchdirs:"$RUNTIME_DIR" -output:cs.coverage `
3030
-target:"$NUNIT" -targetargs:"$CS_TESTS" `
31+
-filter:"+[*]Python.Runtime*" `
3132
-returntargetcode
3233
$NUNIT_STATUS = $LastExitCode
3334
if ($NUNIT_STATUS -ne 0) {

0 commit comments

Comments
 (0)
X Tutup