mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
break azure
This commit is contained in:
parent
ec3ec9068c
commit
190349a4af
1 changed files with 1 additions and 3 deletions
|
|
@ -29,9 +29,7 @@ jobs:
|
|||
# something goes wrong, each command is suffixed with a command that hides any non zero exit
|
||||
# codes and echoes an informative message instead.
|
||||
- bash: |
|
||||
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"
|
||||
./codecov-bash -F windows
|
||||
condition: eq(variables['TOXENV'], 'py37-cover')
|
||||
env:
|
||||
CODECOV_TOKEN: $(codecov_token)
|
||||
|
|
|
|||
Loading…
Reference in a new issue