diff --git a/README.md b/README.md index 495226a..6e6eea2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Build Status](https://travis-ci.org/wting/autojump.svg?branch=master)](https://travis-ci.org/wting/autojump) +[![Codecov Test Coverage](https://codecov.io/github/wting/autojump/coverage.svg?branch=master)](https://codecov.io/github/wting/autojump) + NAME ---- diff --git a/tox.ini b/tox.ini index 8a21b97..8006965 100644 --- a/tox.ini +++ b/tox.ini @@ -9,6 +9,7 @@ envlist = skipsdist = True [testenv] +passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_* setenv = PYTHONDONTWRITEBYTECODE = 1 deps = @@ -17,11 +18,12 @@ deps = ipdb ipython pytest >= 2.9 + codecov>=1.4.0 commands = coverage run --source=bin/ --omit=bin/autojump_argparse.py -m \ py.test -vv -rxs --tb native -s --strict {posargs:tests} coverage report -m - + codecov -e TOXENV [testenv:pre-commit] deps =