Skip to content

Commit 665ef3a

Browse files
committed
Explicitly upload coverage files separately in an attempt to fix merging behaviour
1 parent 9f39df7 commit 665ef3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ on_success:
7171
- ps: |
7272
$ProgressPreference = 'SilentlyContinue'
7373
Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile codecov.exe
74-
./codecov.exe -f '*_Coverage.xml'
74+
./codecov.exe -f 'Rubberduck_Coverage.xml' -X search
75+
./codecov.exe -f 'RubberduckCodeAnalysis_Coverage.xml' -X search
7576
# choco install gnupg --no-progress --limit-output --confirm --execution-timeout=60
7677
# Invoke-WebRequest -Uri https://keybase.io/codecovsecurity/pgp_keys.asc -OutFile codecov.asc
7778
# gpg.exe --import codecov.asc

0 commit comments

Comments
 (0)