fix macos coverage (#9137)

This commit is contained in:
Brad Warren
2021-12-11 12:43:17 +11:00
committed by GitHub
parent dab7864809
commit 8799b108c2
2 changed files with 5 additions and 5 deletions
@@ -4,14 +4,14 @@ jobs:
PYTHON_VERSION: 3.10 PYTHON_VERSION: 3.10
strategy: strategy:
matrix: matrix:
macos-py36: macos-py36-cover:
IMAGE_NAME: macOS-10.15 IMAGE_NAME: macOS-10.15
PYTHON_VERSION: 3.6 PYTHON_VERSION: 3.6
TOXENV: py36 TOXENV: py36-cover
macos-py310: macos-py310-cover:
IMAGE_NAME: macOS-10.15 IMAGE_NAME: macOS-10.15
PYTHON_VERSION: 3.10 PYTHON_VERSION: 3.10
TOXENV: py39 TOXENV: py310-cover
windows-py36: windows-py36:
IMAGE_NAME: vs2017-win2016 IMAGE_NAME: vs2017-win2016
PYTHON_VERSION: 3.6 PYTHON_VERSION: 3.6
+1 -1
View File
@@ -14,7 +14,7 @@ DEFAULT_PACKAGES = [
'certbot_dns_sakuracloud', 'certbot_nginx'] 'certbot_dns_sakuracloud', 'certbot_nginx']
COVER_THRESHOLDS = { COVER_THRESHOLDS = {
'certbot': {'linux': 95, 'windows': 96}, 'certbot': {'linux': 94, 'windows': 96},
'acme': {'linux': 100, 'windows': 99}, 'acme': {'linux': 100, 'windows': 99},
'certbot_apache': {'linux': 100, 'windows': 100}, 'certbot_apache': {'linux': 100, 'windows': 100},
'certbot_dns_cloudflare': {'linux': 98, 'windows': 98}, 'certbot_dns_cloudflare': {'linux': 98, 'windows': 98},