File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,4 @@ install:
1515script :
1616 # run tests with coverage
1717 - coverage run tests/run_tests.py
18-
19- after_success :
2018 - coverage report -m
Original file line number Diff line number Diff line change @@ -51,7 +51,9 @@ With pip 6.x.x and later it is possible to use the alternative syntax:
5151
5252
5353### Other stuff
54+
5455* [ CHANGES] ( doc/CHANGES.md )
5556* [ LICENSE] ( doc/LICENSE )
5657* [ CREDITS] ( doc/CREDITS )
57- * <a href =" https://gratipay.com/techtonik/ " ><img src =' https://img.shields.io/gratipay/techtonik.svg ' /></a >
58+
59+ * [ test coverage] ( http://techtonik.github.io/python-patch/tests/coverage/ )
Original file line number Diff line number Diff line change 11cd ..
22python -m coverage run tests/run_tests.py
33python -m coverage html -d tests/coverage
4+ python -m coverage report -m
You can’t perform that action at this time.
0 commit comments