File tree Expand file tree Collapse file tree 5 files changed +28
-6
lines changed
Expand file tree Collapse file tree 5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 9999
100100# mypy
101101.mypy_cache /
102+
103+ .DS_Store
Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ deploy:
1313notifications :
1414 email : false
1515install :
16- - pip install pep8 .
16+ - pip install -r test/requirements.txt
17+ - pip install .
1718script :
1819 - pep8
19- - pytest
20+ - pytest --cov=./egn/
21+ after_success :
22+ - codecov
Original file line number Diff line number Diff line change @@ -6,10 +6,18 @@ numbers in Bulgaria EGN (ЕГН).
66
77Български: Скрипт за проверка и генериране на ЕГН / Програма за проверка и генериране на единни граждански номера.
88
9- |Build Status |
10-
11- .. |Build Status | image :: https://travis-ci.org/miglen/egn.svg?branch=master
12- :target: https://travis-ci.org/miglen/egn
9+ .. image :: https://badge.fury.io/py/egn.svg
10+ :target: pypi.python.org/pypi/egn
11+ :alt: PyPI package
12+ .. image :: https://img.shields.io/travis/miglen/egn.svg
13+ :target: https://travis-ci.org/miglen/egn
14+ .. image :: https://readthedocs.org/projects/egn/badge/?version=latest
15+ :target: http://egn.readthedocs.io/en/latest/?badge=latest
16+ :alt: Documentation Status
17+ .. image :: https://img.shields.io/codecov/c/github/miglen/egn.svg
18+ :target: http://codecov.io/gh/miglen/egn
19+ .. image :: https://img.shields.io/codeclimate/github/miglen/egn.svg
20+ :target: https://codeclimate.com/github/miglen/egn
1321
1422to-do
1523=====
Original file line number Diff line number Diff line change 1+ codecov
2+ coverage
3+ pep8
4+ pytest
5+ pytest-cov
Original file line number Diff line number Diff line change 1+ [testenv]
2+ passenv = TOXENV CI TRAVIS TRAVIS_*
3+ deps = codecov>=1.4.0
4+ commands = codecov -e TOXENV
You can’t perform that action at this time.
0 commit comments