Skip to content

Commit 18a4911

Browse files
committed
invoke nunit3 manually
1 parent 43e38d0 commit 18a4911

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ artifacts:
1414
image: Visual Studio 2017
1515

1616
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"
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"
1819

1920

2021
after_test:

0 commit comments

Comments
 (0)