We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e38d0 commit 18a4911Copy full SHA for 18a4911
appveyor.yml
@@ -14,7 +14,8 @@ artifacts:
14
image: Visual Studio 2017
15
16
test_script:
17
- - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI.Tests\bin\Debug\MLAPI.Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI.Tests*]* -returntargetcode"
+ - nunit3-console.exe MLAPI.Tests\bin\Debug\MLAPI.Tests.dll
18
+# - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI.Tests\bin\Debug\MLAPI.Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI.Tests*]* -returntargetcode"
19
20
21
after_test:
0 commit comments