1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Add Codecov coverage metrics and badges

This commit is contained in:
Thomas Hu 2019-02-11 16:52:00 -05:00
parent 06e082c918
commit 222addf830
2 changed files with 6 additions and 1 deletions

View File

@ -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
----

View File

@ -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 =