Skip to content

Commit e9ba37e

Browse files
committed
Fix typo in appveyor and drop .
1 parent 1aeb6a6 commit e9ba37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ before_package:
4444
- cmd: copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
4545

4646
test_script:
47-
- OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\MSTest.exe" -targetargs:"/testcontainer:"".\RubberduckTest\bin\Debug\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
47+
- OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\MSTest.exe" -targetargs:"/testcontainer:""RubberduckTests\bin\Debug\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
4848
- codecov -f "Rubberduck_Coverage.xml"
4949

5050
after_test:

0 commit comments

Comments
 (0)