Skip to content

Commit 25562bc

Browse files
committed
Add codecov flags to upload
1 parent 69ff5c9 commit 25562bc

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
@@ -53,7 +53,7 @@ test_script:
5353
- OpenCover.Console.exe -register:user -returntargetcode -target:"nunit3-console.exe" -targetargs:".\RubberduckTests\bin\Release\RubberduckTests.dll" -output:".\Rubberduck_Coverage.xml"
5454

5555
after_test:
56-
- codecov -f "Rubberduck_Coverage.xml"
56+
- codecov -f "Rubberduck_Coverage.xml" -F core -F ui -F inspections -F tools
5757

5858
before_package:
5959
- copy Rubberduck.Inspections\bin\Release\Rubberduck.Inspections.dll RetailCoder.VBE\bin\Release\Rubberduck.Inspections.dll

0 commit comments

Comments
 (0)