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.
1 parent 9f39df7 commit 665ef3aCopy full SHA for 665ef3a
appveyor.yml
@@ -71,7 +71,8 @@ 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 'Rubberduck_Coverage.xml' -X search
75
+ ./codecov.exe -f 'RubberduckCodeAnalysis_Coverage.xml' -X search
76
# choco install gnupg --no-progress --limit-output --confirm --execution-timeout=60
77
# Invoke-WebRequest -Uri https://keybase.io/codecovsecurity/pgp_keys.asc -OutFile codecov.asc
78
# gpg.exe --import codecov.asc
0 commit comments