Skip to content

Commit f17590b

Browse files
authored
Merge pull request #5949 from rubberduck-vba/codecov-the-ever-so-manyeth
single-quote upload filespec for codecov
2 parents b270eba + 535ce21 commit f17590b

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
@@ -71,7 +71,7 @@ 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 '*_Coverage.xml'
7575
# choco install gnupg --no-progress --limit-output --confirm --execution-timeout=60
7676
# Invoke-WebRequest -Uri https://keybase.io/codecovsecurity/pgp_keys.asc -OutFile codecov.asc
7777
# gpg.exe --import codecov.asc

0 commit comments

Comments
 (0)