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 18a4911 commit afc943bCopy full SHA for afc943b
appveyor.yml
@@ -14,8 +14,7 @@ artifacts:
14
image: Visual Studio 2017
15
16
test_script:
17
- - 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"
+ - .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -returntargetcode -register:user -target:"nunit3-console.exe" -targetargs:"MLAPI.Tests\bin\Debug\MLAPI.Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI.Tests*]* "
19
20
21
after_test:
0 commit comments