Commit d035f7b1 by Will Daly

Merge pull request #53 from edx/will/coveralls-integration

Report coverage to coveralls.io
parents 89a12ef1 57be692b
[report]
include = apps/*
omit =
**/__init__.py
**/tests/*
**/test/*
......@@ -8,8 +8,11 @@ install:
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- "pip install coveralls"
script:
- "python manage.py test"
- "python manage.py harvest"
- "npm test"
- "python setup.py install"
after_success:
coveralls
.. image:: https://travis-ci.org/edx/edx-tim.png?branch=master
:alt: Travis build status
.. image:: https://coveralls.io/repos/edx/edx-tim/badge.png
:target: https://coveralls.io/r/edx/edx-tim
:alt: Coverage badge
This is an initial prototype for redesigning Peer Grading and general Open Ended
Submission Evaluation. This project is in the early stages of development and is
not ready for general use.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment