Skip to content

Commit

Permalink
Merge pull request #205 from Ladsgroup/master
Browse files Browse the repository at this point in the history
Add code coverage reports sending to codecov.io
  • Loading branch information
halfak committed Oct 22, 2015
2 parents 5d7e3de + d7df051 commit c9fc5e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,16 @@ install:
- touch /home/travis/miniconda/lib/python3.4/site-packages/easy-install.pth
- travis_wait pip install -r requirements.txt || date
- python -m nltk.downloader stopwords
- pip install codecov
script:
- nosetests -v --with-coverage --cover-package=revscoring
after_success:
codecov
notifications:
irc:
channels:
- "chat.freenode.net#wikimedia-ai"
on_success: change
on_failure: change
template:
- "%{repository_slug}#%{build_number} (%{branch} - %{commit} : %{author}): %{message} %{build_url}"

0 comments on commit c9fc5e9

Please sign in to comment.