Skip to content

Commit e73e284

Browse files
committed
Add silence parameter for curl when calling codecov.sh
1 parent cef2352 commit e73e284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ after_test:
5151
Remove-Item -Recurse -Force vendor
5252
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
5353
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
54-
bash codecov.sh -f 'coverage/coverage.xml'
54+
bash codecov.sh -f 'coverage/coverage.xml' -U "-s" -A "-s"

0 commit comments

Comments
 (0)