We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef2352 commit e73e284Copy full SHA for e73e284
appveyor.yml
@@ -51,4 +51,4 @@ after_test:
51
Remove-Item -Recurse -Force vendor
52
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
53
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
54
- bash codecov.sh -f 'coverage/coverage.xml'
+ bash codecov.sh -f 'coverage/coverage.xml' -U "-s" -A "-s"
0 commit comments