Private GIT

Skip to content
Snippets Groups Projects
Commit 15821f57 authored by miigotu's avatar miigotu
Browse files

Merge pull request #375 from SickRage/add-coveralls

Add coveralls support
parents 4982eda2 e2c28b32
No related branches found
No related tags found
No related merge requests found
......@@ -65,3 +65,8 @@ lib/unrar2/UnRAR.exe
.build/bower_components
.build/node_modules
.build/dist
# Coverage #
######################
.coverage
htmlcov
......@@ -14,9 +14,12 @@ before_install:
- npm install -g bower
- cd .build && npm install && bower install && cd ..
install:
- pip install coveralls
script:
- cd .build && grunt travis && cd ..
- ./tests/all_tests.py
- coverage run --source sickbeard,sickrage,SickBeard.py tests/all_tests.py
cache:
directories:
......@@ -24,6 +27,8 @@ cache:
- .build/bower_components
- .build/node_modules
after_success: coveralls
after_failure:
- cat ./Logs/sickrage.log
......
SickRage [![Build Status](https://travis-ci.org/SickRage/SickRage.svg?branch=develop)](https://travis-ci.org/SickRage/SickRage) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/SickRage/sickrage-issues.svg)](http://isitmaintained.com/project/SickRage/sickrage-issues "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/SickRage/sickrage-issues.svg)](http://isitmaintained.com/project/SickRage/sickrage-issues "Percentage of issues still open")
SickRage [![Build Status](https://travis-ci.org/SickRage/SickRage.svg?branch=develop)](https://travis-ci.org/SickRage/SickRage) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/SickRage/sickrage-issues.svg)](http://isitmaintained.com/project/SickRage/sickrage-issues "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/SickRage/sickrage-issues.svg)](http://isitmaintained.com/project/SickRage/sickrage-issues "Percentage of issues still open") [![Coverage Status](https://coveralls.io/repos/SickRage/SickRage/badge.svg?branch=master&service=github)](https://coveralls.io/github/SickRage/SickRage?branch=master)
=====
Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment