Merge pull request #7288 from tk0miya/disable_codecov

test: Disable codecov
This commit is contained in:
Takeshi KOMIYA
2020-03-10 01:13:45 +09:00
committed by GitHub

View File

@@ -23,7 +23,9 @@ matrix:
- python: '3.8'
env:
- TOXENV=du15
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
# Disable codecov temporarily
# refs: https://github.com/sphinx-doc/sphinx/pull/7286#issuecomment-596617853
# - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
- python: 'nightly'
env:
- TOXENV=du16