Skip to content

Commit 3a7fe04

Browse files
committed
turn opencover back on
1 parent f1e0359 commit 3a7fe04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ artifacts:
1313

1414
image: Visual Studio 2017
1515

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"
16+
test_script:
17+
- .\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"nunit3-console" -targetargs:"MLAPI.Tests\bin\Debug\MLAPI.Tests.dll" -output:"coverage.xml" -filter:"+[MLAPI*]* -[MLAPI.Tests*]* -returntargetcode"
1818

1919

2020
after_test:

0 commit comments

Comments
 (0)