Skip to content

Commit

Permalink
Test codecov. Initial try.
Browse files Browse the repository at this point in the history
  • Loading branch information
mansenfranzen committed Jul 7, 2019
1 parent d7d803f commit 0ae9701
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ testing =
tox
memory_profiler
pyarrow
codecov

dev =
sphinx
Expand All @@ -48,7 +49,7 @@ extras = True

[tool:pytest]
addopts =
--cov pywrangler --cov-report term-missing
--cov pywrangler --cov-report term-missing:skip-covered --cov-report xml
--verbose
norecursedirs =
dist
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ setenv =

passenv =
JAVA_HOME
CI
TRAVIS
TRAVIS_*


[testenv:flake8]
Expand Down
1 change: 1 addition & 0 deletions travisci/coveralls_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@

if [[ $ENV_STRING == *"master"* ]]; then
coveralls --verbose
codecov
fi
2 changes: 2 additions & 0 deletions travisci/tox_invocation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ elif [[ $ENV_STRING == *"dask"* ]]; then
MARKS="-- -m dask"
fi

MARKS="-- -m pandas"

tox -e $(echo py$TRAVIS_PYTHON_VERSION-$ENV_STRING | tr -d .) $MARKS

0 comments on commit 0ae9701

Please sign in to comment.