Skip to content

Commit c310150

Browse files
committed
Show small report after running tests
1 parent a076a5e commit c310150

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ install:
1515
script:
1616
# run tests with coverage
1717
- coverage run tests/run_tests.py
18-
19-
after_success:
2018
- coverage report -m

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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/)

tests/recoverage.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
cd ..
22
python -m coverage run tests/run_tests.py
33
python -m coverage html -d tests/coverage
4+
python -m coverage report -m

0 commit comments

Comments
 (0)