Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 019d1c9

Browse files
committed
Enable codecov
1 parent 134e4b2 commit 019d1c9

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ install:
1616

1717
script:
1818
- bash ci.sh
19+
- codecov

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ set -e
44
which black && black --check .
55
MYPYPATH=stubs mypy --ignore-missing-imports --strict cli_ui
66
pyflakes cli_ui/__init__.py cli_ui/tests/test_cli_ui.py
7-
pytest
7+
pytest --cov . --cov-report term
88
sphinx-build -W docs docs/_build/html

requirements.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated with dmenv 0.14.0, python 3.7.1, on Linux
1+
# Generated with dmenv 0.15.0, python 3.7.1, on Linux
22
alabaster==0.7.12
33
appdirs==1.4.3
44
atomicwrites==1.2.1
@@ -9,7 +9,9 @@ bleach==3.0.2
99
certifi==2018.11.29
1010
chardet==3.0.4
1111
Click==7.0
12+
codecov==2.0.15
1213
colorama==0.4.1
14+
coverage==4.5.3
1315
docutils==0.14
1416
ghp-import==0.5.5
1517
idna==2.7
@@ -20,13 +22,14 @@ more-itertools==4.3.0
2022
mypy-extensions==0.4.1
2123
mypy==0.700
2224
packaging==18.0
23-
pip==19.0.3
25+
pip==19.1.1
2426
pkginfo==1.4.2
2527
pluggy==0.8.0
2628
py==1.7.0
2729
pyflakes==2.0.0
2830
Pygments==2.3.0
2931
pyparsing==2.3.0
32+
pytest-cov==2.7.1
3033
pytest==4.0.1
3134
pytz==2018.7
3235
readme-renderer==24.0
@@ -37,7 +40,7 @@ six==1.11.0
3740
snowballstemmer==1.2.1
3841
Sphinx==1.8.2
3942
sphinxcontrib-websupport==1.1.0
40-
tabulate==0.8.2
43+
tabulate==0.8.3
4144
toml==0.10.0
4245
tqdm==4.28.1
4346
twine==1.12.1

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ dev =
3333
pyflakes
3434

3535
# tests
36+
codecov
37+
coverage
3638
pytest
39+
pytest-cov
3740

3841
# publish
3942
twine

0 commit comments

Comments
 (0)