Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-ora2
Commits
d035f7b1
Commit
d035f7b1
authored
Feb 27, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #53 from edx/will/coveralls-integration
Report coverage to coveralls.io
parents
89a12ef1
57be692b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
.coveragerc
+6
-0
.travis.yml
+3
-0
README.rst
+4
-0
No files found.
.coveragerc
0 → 100644
View file @
d035f7b1
[report]
include = apps/*
omit =
**/__init__.py
**/tests/*
**/test/*
.travis.yml
View file @
d035f7b1
...
...
@@ -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
README.rst
View file @
d035f7b1
.. 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment