Skip to content

Commit a0d94bd

Browse files
committed
Attempt running tests with non-legacy runner
1 parent 323e7a2 commit a0d94bd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

appveyor.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ for:
5151
- cmd: move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
5252

5353
test_script:
54-
- OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\MSTest.exe" -targetargs:"/testcontainer:"".\RubberduckTests\bin\Release\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
54+
- OpenCover.Console.exe -register:user
55+
-target:"$(vstest.console)"
56+
-targetargs:"/Logger:Appveyor .\RubberduckTests\bin\Release\RubberduckTests.dll /Enablecodecoverage /Platform:x64 /InIsolation"
57+
-output:".\Rubberduck_Coverage.xml"
5558
- codecov -f "Rubberduck_Coverage.xml"
5659
artifacts:
5760
path: Installers\Rubberduck.Setup.*.exe

0 commit comments

Comments
 (0)