mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:30:31 +02:00
Upload coverage for integration tests (#7433)
* Upload coverage for integration tests. * Use in not containsValue.
This commit is contained in:
committed by
Adrien Ferrand
parent
ec3ec9068c
commit
717afebcff
@@ -32,7 +32,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: in(variables['TOXENV'], 'py37-cover', 'integration-certbot')
|
||||
env:
|
||||
CODECOV_TOKEN: $(codecov_token)
|
||||
displayName: Publish coverage
|
||||
|
||||
Reference in New Issue
Block a user