Skip to content

Commit b6fc433

Browse files
committed
Run tests through OpenCover
1 parent b6a7cd6 commit b6fc433

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ before_build:
4848
build:
4949
verbosity: minimal
5050

51+
test_script:
52+
- OpenCover.Console.exe -register:user -target:"nunit3-console.exe" -targetargs:".\RubberduckTests\bin\Release\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
53+
- codecov -f "Rubberduck_Coverage.xml"
54+
5155
before_package:
5256
- copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
5357

0 commit comments

Comments
 (0)