Skip to content

Commit

Permalink
Add test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jdupl committed Jan 14, 2016
1 parent 0d10b7d commit 0b42c62
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[report]
omit =
*/python?.?/*
*/site-packages/nose/*
*__init__*
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ python:
- "3.5-dev"
- "nightly"
install:
- pip install python-coveralls
- pip install coverage
- cd python/
- pip install -r requirements.txt
script:
- nosetests
- nosetests --with-coverage
after_success:
- coveralls
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ This project is affiliated with the [Maison du logiciel libre (ML<sup>2</sup>)](

# course-activity-planner
![Build status](https://travis-ci.org/jdupl/course-activity-planner.svg?branch=master)
[![Coverage Status](https://coveralls.io/repos/jdupl/course-activity-planner/badge.svg?branch=master&service=github)](https://coveralls.io/github/jdupl/course-activity-planner?branch=master)


Tool for instructors to plan course activities and synchronize the data with syllabus, LMS, etc.

Expand Down

0 comments on commit 0b42c62

Please sign in to comment.