Skip to content

Commit

Permalink
fix issue: codecov #8
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Apr 7, 2021
1 parent 65e3231 commit 38f675b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[run]
source=pyDataverse
omit = .tox/*

[report]
show_missing = true
Expand Down
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ matrix:
env: TOXENV=docs
- python: 3.6
env: TOXENV=coverage
- python: 3.6
env: TOXENV=codecov

branches:
only:
Expand All @@ -29,7 +27,7 @@ install:
- pip install --upgrade pip
- pip install tox-travis
- pip install coverage
- pip install codecov
- pip install --user codecov
- virtualenv --version
- easy_install --version
- pip --version
Expand All @@ -40,7 +38,6 @@ script:

after_success:
- codecov
- bash <(curl -s https://codecov.io/bash)

notifications:
email:
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py36,py37,py38,coverage,coveralls,docs,packaging,dist_install
envlist = py36,py37,py38,coverage,docs,packaging,dist_install
skip_missing_interpreters = True
ignore_basepython_conflict = True

Expand Down Expand Up @@ -40,9 +40,9 @@ commands =
[testenv:codecov]
description = create report for codecov
deps =
codecov
codecov>=1.4.0
commands =
codecov
codecov -e TOXENV

[testenv:pylint]
description = pylint for linting
Expand Down

0 comments on commit 38f675b

Please sign in to comment.