Skip to content

Commit

Permalink
Merge pull request #7303 from blueyed/fix-cov
Browse files Browse the repository at this point in the history
Revert "test: Disable codecov"
  • Loading branch information
tk0miya authored Mar 14, 2020
2 parents f85b870 + 2495277 commit 491048d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- python: '3.8'
env:
- TOXENV=du15
# Disable codecov temporarily
# refs: https://github.com/sphinx-doc/sphinx/pull/7286#issuecomment-596617853
# - PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
- PYTEST_ADDOPTS="--cov ./ --cov-append --cov-config setup.cfg"
- python: 'nightly'
env:
- TOXENV=du16
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ markers =
apidoc
setup_command
test_params
testpaths = tests

[coverage:run]
branch = True
Expand Down

0 comments on commit 491048d

Please sign in to comment.