This repository was archived by the owner on Feb 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ install:
1616
1717script :
1818 - bash ci.sh
19+ - codecov
Original file line number Diff line number Diff line change 44which black && black --check .
55MYPYPATH=stubs mypy --ignore-missing-imports --strict cli_ui
66pyflakes cli_ui/__init__.py cli_ui/tests/test_cli_ui.py
7- pytest
7+ pytest --cov . --cov-report term
88sphinx-build -W docs docs/_build/html
Original file line number Diff line number Diff line change 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
22alabaster==0.7.12
33appdirs==1.4.3
44atomicwrites==1.2.1
@@ -9,7 +9,9 @@ bleach==3.0.2
99certifi==2018.11.29
1010chardet==3.0.4
1111Click==7.0
12+ codecov==2.0.15
1213colorama==0.4.1
14+ coverage==4.5.3
1315docutils==0.14
1416ghp-import==0.5.5
1517idna==2.7
@@ -20,13 +22,14 @@ more-itertools==4.3.0
2022mypy-extensions==0.4.1
2123mypy==0.700
2224packaging==18.0
23- pip==19.0.3
25+ pip==19.1.1
2426pkginfo==1.4.2
2527pluggy==0.8.0
2628py==1.7.0
2729pyflakes==2.0.0
2830Pygments==2.3.0
2931pyparsing==2.3.0
32+ pytest-cov==2.7.1
3033pytest==4.0.1
3134pytz==2018.7
3235readme-renderer==24.0
@@ -37,7 +40,7 @@ six==1.11.0
3740snowballstemmer==1.2.1
3841Sphinx==1.8.2
3942sphinxcontrib-websupport==1.1.0
40- tabulate==0.8.2
43+ tabulate==0.8.3
4144toml==0.10.0
4245tqdm==4.28.1
4346twine==1.12.1
Original file line number Diff line number Diff line change 3333 pyflakes
3434
3535 # tests
36+ codecov
37+ coverage
3638 pytest
39+ pytest-cov
3740
3841 # publish
3942 twine
You can’t perform that action at this time.
0 commit comments