We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cad0a9 commit f4188aeCopy full SHA for f4188ae
appveyor.yml
@@ -52,8 +52,8 @@ for:
52
53
test_script:
54
- OpenCover.Console.exe -register:user
55
- -target:"vstest.console"
56
- -targetargs:"/Logger:Appveyor .\RubberduckTests\bin\Release\RubberduckTests.dll /Enablecodecoverage /Platform:x64 /InIsolation"
+ -target:"F:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe"
+ -targetargs:".\RubberduckTests\bin\Release\RubberduckTests.dll /Logger:Appveyor /Enablecodecoverage /Platform:x64 /InIsolation"
57
-output:".\Rubberduck_Coverage.xml"
58
- codecov -f "Rubberduck_Coverage.xml"
59
artifacts:
0 commit comments