Skip to content

Commit 20ad530

Browse files
committed
update manifest and pass codecov env
1 parent 1313010 commit 20ad530

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ include requirements*.txt
1414
include tox.ini
1515
include pytest.ini
1616
include mypy.ini
17+
include .coveragerc
1718
include README.md
1819
include LICENSE
1920
include MANIFEST.in

tox.ini

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ passenv =
5555
CI
5656
TRAVIS
5757
TRAVIS_*
58+
CODECOV_*
5859
basepython =
5960
py36: python3.6
6061
py37: python3.7
@@ -67,3 +68,5 @@ basepython =
6768
deps = .[test]
6869
commands =
6970
pytest -v --maxfail=2 --cov-report=xml --cov=bookstore -W always bookstore/tests/
71+
commands_post =
72+
codecov

0 commit comments

Comments
 (0)