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 69ff5c9 commit 25562bcCopy full SHA for 25562bc
appveyor.yml
@@ -53,7 +53,7 @@ test_script:
53
- OpenCover.Console.exe -register:user -returntargetcode -target:"nunit3-console.exe" -targetargs:".\RubberduckTests\bin\Release\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
54
55
after_test:
56
- - codecov -f "Rubberduck_Coverage.xml"
+ - codecov -f "Rubberduck_Coverage.xml" -F core -F ui -F inspections -F tools
57
58
before_package:
59
- copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll
0 commit comments