Skip to content

Commit afc943b

Browse files
committed
Why is it not working with opencover?
1 parent 18a4911 commit afc943b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

appveyor.yml

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

1616
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"
17+
- .\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*]* "
1918

2019

2120
after_test:

0 commit comments

Comments
 (0)