mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Upload coverage for integration tests.
This commit is contained in:
parent
fcc398831b
commit
fd74862bf6
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
curl -s https://codecov.io/bash -o codecov-bash || echo "Failed to download codecov-bash"
|
||||
chmod +x codecov-bash || echo "Failed to apply execute permissions on codecov-bash"
|
||||
./codecov-bash -F windows || echo "Codecov did not collect coverage reports"
|
||||
condition: eq(variables['TOXENV'], 'py37-cover')
|
||||
condition: containsValue(['py37-cover', 'integration-certbot'], variables['TOXENV'])
|
||||
env:
|
||||
CODECOV_TOKEN: $(codecov_token)
|
||||
displayName: Publish coverage
|
||||
|
|
|
|||
Loading…
Reference in a new issue