File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 51
51
- cmd : move Installers\Rubberduck.Setup.exe Installers\Rubberduck.Setup.%APPVEYOR_BUILD_VERSION%.exe
52
52
53
53
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"
55
58
- codecov -f "Rubberduck_Coverage.xml"
56
59
artifacts :
57
60
path : Installers\Rubberduck.Setup.*.exe
You can’t perform that action at this time.
0 commit comments