Skip to content

Commit

Permalink
Add silence parameter for curl when calling codecov.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zobo committed Sep 1, 2021
1 parent cef2352 commit 6cf341d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ after_test:
Remove-Item -Recurse -Force vendor
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
bash codecov.sh -f 'coverage/coverage.xml'
bash codecov.sh -f 'coverage/coverage.xml' -U "-s" -A "-s"

0 comments on commit 6cf341d

Please sign in to comment.