Skip to content

Commit 51b9d42

Browse files
committed
Coveralls support take2.
1 parent d3c1fe5 commit 51b9d42

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ install:
99
- python setup.py install
1010
- pip install coveralls
1111
script:
12-
- coverage run --source=sc2reader python test_replays/test_all.py
13-
- coverage run --append --source=sc2reader python test_s2gs/test_all.py
12+
- coverage run --source=sc2reader test_replays/test_all.py
13+
- coverage run --append --source=sc2reader test_s2gs/test_all.py
1414
after_success:
1515
- coveralls
1616
branches:

README.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ description of the information that can be extracted please consult the
4545
`documentation`_ hosted on Read the Docs.
4646

4747
The library is production ready and reasonably stable. `travis-ci`_ provides a
48-
record of continuous testing which you can `see here`_
48+
record of our `continuous testing`_ and `coveralls.io`_ provides a record of our `test coverage`_.
4949

5050

5151
Replays
@@ -320,5 +320,7 @@ and kept this project going.
320320
.. _issue tracker: https://github.com/GraylinKim/sc2reader/issues
321321
.. _bnet_scraper: https://github.com/agoragames/bnet_scraper
322322
.. _sc2profile: https://github.com/srounet/sc2profile
323-
.. _see here: https://travis-ci.org/GraylinKim/sc2reader
323+
.. _continuous testing: https://travis-ci.org/GraylinKim/sc2reader
324324
.. _travis-ci: https://travis-ci.org/
325+
.. _coveralls.io: https://coveralls.io
326+
.. _test coverage: https://coveralls.io/r/GraylinKim/sc2reader

0 commit comments

Comments
 (0)