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 9
9
- python setup.py install
10
10
- pip install coveralls
11
11
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
14
14
after_success :
15
15
- coveralls
16
16
branches :
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
45
45
`documentation `_ hosted on Read the Docs.
46
46
47
47
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 `_.
49
49
50
50
51
51
Replays
@@ -320,5 +320,7 @@ and kept this project going.
320
320
.. _issue tracker : https://github.com/GraylinKim/sc2reader/issues
321
321
.. _bnet_scraper : https://github.com/agoragames/bnet_scraper
322
322
.. _sc2profile : https://github.com/srounet/sc2profile
323
- .. _ see here : https://travis-ci.org/GraylinKim/sc2reader
323
+ .. _ continuous testing : https://travis-ci.org/GraylinKim/sc2reader
324
324
.. _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