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.
2 parents b270eba + 535ce21 commit f17590bCopy full SHA for f17590b
appveyor.yml
@@ -71,7 +71,7 @@ on_success:
71
- ps: |
72
$ProgressPreference = 'SilentlyContinue'
73
Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe -Outfile codecov.exe
74
- ./codecov.exe -f "*_Coverage.xml"
+ ./codecov.exe -f '*_Coverage.xml'
75
# choco install gnupg --no-progress --limit-output --confirm --execution-timeout=60
76
# Invoke-WebRequest -Uri https://keybase.io/codecovsecurity/pgp_keys.asc -OutFile codecov.asc
77
# gpg.exe --import codecov.asc
0 commit comments