Remove use_coverage where is set to false

This commit is contained in:
Cristian Vera 2021-11-01 12:00:39 -03:00
parent 002e8e9f47
commit c9543fb120
1 changed files with 0 additions and 15 deletions

View File

@ -60,17 +60,14 @@ jobs:
python: "3.6" python: "3.6"
os: windows-latest os: windows-latest
tox_env: "py36-xdist" tox_env: "py36-xdist"
use_coverage: false
- name: "windows-py37" - name: "windows-py37"
python: "3.7" python: "3.7"
os: windows-latest os: windows-latest
tox_env: "py37-numpy" tox_env: "py37-numpy"
use_coverage: false
- name: "windows-py37-pluggy" - name: "windows-py37-pluggy"
python: "3.7" python: "3.7"
os: windows-latest os: windows-latest
tox_env: "py37-pluggymain-xdist" tox_env: "py37-pluggymain-xdist"
use_coverage: false
- name: "windows-py38" - name: "windows-py38"
python: "3.8" python: "3.8"
os: windows-latest os: windows-latest
@ -80,18 +77,15 @@ jobs:
python: "3.9" python: "3.9"
os: windows-latest os: windows-latest
tox_env: "py39-xdist" tox_env: "py39-xdist"
use_coverage: false
- name: "windows-py310" - name: "windows-py310"
python: "3.10-dev" python: "3.10-dev"
os: windows-latest os: windows-latest
tox_env: "py310-xdist" tox_env: "py310-xdist"
use_coverage: false
- name: "ubuntu-py36" - name: "ubuntu-py36"
python: "3.6" python: "3.6"
os: ubuntu-latest os: ubuntu-latest
tox_env: "py36-xdist" tox_env: "py36-xdist"
use_coverage: false
- name: "ubuntu-py37" - name: "ubuntu-py37"
python: "3.7" python: "3.7"
os: ubuntu-latest os: ubuntu-latest
@ -101,38 +95,31 @@ jobs:
python: "3.7" python: "3.7"
os: ubuntu-latest os: ubuntu-latest
tox_env: "py37-pluggymain-xdist" tox_env: "py37-pluggymain-xdist"
use_coverage: false
- name: "ubuntu-py37-freeze" - name: "ubuntu-py37-freeze"
python: "3.7" python: "3.7"
os: ubuntu-latest os: ubuntu-latest
tox_env: "py37-freeze" tox_env: "py37-freeze"
use_coverage: false
- name: "ubuntu-py38" - name: "ubuntu-py38"
python: "3.8" python: "3.8"
os: ubuntu-latest os: ubuntu-latest
tox_env: "py38-xdist" tox_env: "py38-xdist"
use_coverage: false
- name: "ubuntu-py39" - name: "ubuntu-py39"
python: "3.9" python: "3.9"
os: ubuntu-latest os: ubuntu-latest
tox_env: "py39-xdist" tox_env: "py39-xdist"
use_coverage: false
- name: "ubuntu-py310" - name: "ubuntu-py310"
python: "3.10-dev" python: "3.10-dev"
os: ubuntu-latest os: ubuntu-latest
tox_env: "py310-xdist" tox_env: "py310-xdist"
use_coverage: false
- name: "ubuntu-pypy3" - name: "ubuntu-pypy3"
python: "pypy-3.7" python: "pypy-3.7"
os: ubuntu-latest os: ubuntu-latest
tox_env: "pypy3-xdist" tox_env: "pypy3-xdist"
use_coverage: false
- name: "macos-py37" - name: "macos-py37"
python: "3.7" python: "3.7"
os: macos-latest os: macos-latest
tox_env: "py37-xdist" tox_env: "py37-xdist"
use_coverage: false
- name: "macos-py38" - name: "macos-py38"
python: "3.8" python: "3.8"
os: macos-latest os: macos-latest
@ -143,13 +130,11 @@ jobs:
python: "3.7" python: "3.7"
os: ubuntu-latest os: ubuntu-latest
tox_env: "plugins" tox_env: "plugins"
use_coverage: false
- name: "docs" - name: "docs"
python: "3.7" python: "3.7"
os: ubuntu-latest os: ubuntu-latest
tox_env: "docs" tox_env: "docs"
use_coverage: false
- name: "doctesting" - name: "doctesting"
python: "3.7" python: "3.7"
os: ubuntu-latest os: ubuntu-latest