Skip to content

Commit c5ba8e6

Browse files
committed
Execute xunit/opencover as the test_script on appveyor
[skip ci]
1 parent 2770acc commit c5ba8e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ before_build:
1010

1111
build_script:
1212
- cmd: msbuild /p:Configuration=%CONFIGURATION% HttpWebClient.sln
13+
14+
test_script:
1315
- cmd: buildtools\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -target:"buildtools\xunit.runner.console.2.2.0\tools\xunit.console.exe" -targetargs:"HttpWebClient.UnitTests\bin\%CONFIGURATION%\HttpWebClient.UnitTests.dll -noappdomain" -filter:"+[HttpWebClient]*"
1416

0 commit comments

Comments
 (0)