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 b6a7cd6 commit b6fc433Copy full SHA for b6fc433
appveyor.yml
@@ -48,6 +48,10 @@ before_build:
48
build:
49
verbosity: minimal
50
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
+
55
before_package:
56
- copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
57
0 commit comments