mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
fix macos coverage (#9137)
This commit is contained in:
@@ -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
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user