1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

ADD coverage analysis

* branch coverage
* visualization with codecov.io
* added codecov-badge to README
This commit is contained in:
Patrick Kanzler
2016-03-21 20:23:46 +01:00
parent 309866f8c9
commit 126e0e269a
3 changed files with 7 additions and 4 deletions

View File

@@ -4,5 +4,4 @@ envlist = py27, py34, py35
[testenv]
deps = nose
coverage
commands = nosetests
# TODO: implement code coverage analysis (and of course tests at first)
commands = nosetests --with-coverage --cover-erase --cover-branches