Skip to content

Commit

Permalink
[ci] Adds coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
captn3m0 committed Jun 14, 2020
1 parent 3117a79 commit 5736b65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -21,3 +21,4 @@ pip-delete-this-directory.txt

pyvenv.cfg
bin/
.coverage
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -13,8 +13,11 @@ python:
install:
- pip install requests
- pip install nose
- pip install coverage
- pip install coveralls
# command to run tests, e.g. python setup.py test
script: nosetests --nocapture
script: coverage run --source=hackertray $(which nosetests)
after_success: coveralls
notifications:
email:
on_success: never
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -2,7 +2,7 @@

[![HackerTray on PyPi](https://pypip.in/v/hackertray/badge.png)](https://pypi.python.org/pypi/hackertray/)
[![HackerTray on PyPi](https://pypip.in/d/hackertray/badge.png)](https://pypi.python.org/pypi/hackertray/)
[![Build Status](https://travis-ci.org/captn3m0/hackertray.png)](https://travis-ci.org/captn3m0/hackertray)
[![Build Status](https://travis-ci.org/captn3m0/hackertray.png)](https://travis-ci.org/captn3m0/hackertray) [![Coverage Status](https://coveralls.io/repos/github/captn3m0/hackertray/badge.svg?branch=master)](https://coveralls.io/github/captn3m0/hackertray?branch=master)

HackerTray is a simple [Hacker News](https://news.ycombinator.com/) Linux application
that lets you view top HN stories in your System Tray. It uses appindicator where available,
Expand Down

0 comments on commit 5736b65

Please sign in to comment.