File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 99 - python setup.py install
1010 - pip install coveralls
1111script :
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
1414after_success :
1515 - coveralls
1616branches :
Original file line number Diff line number Diff 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
4747The 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
5151Replays
@@ -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
You can’t perform that action at this time.
0 commit comments