Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
1665993f
Commit
1665993f
authored
Sep 21, 2015
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9851 from edx/ned/coverage-40
Use coverage.py 4.0 final, and coveralls to match
parents
03aeae4b
3c74219c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
circle.yml
+1
-1
requirements/edx/base.txt
+1
-1
scripts/jenkins-report.sh
+1
-1
No files found.
circle.yml
View file @
1665993f
...
...
@@ -31,7 +31,7 @@ dependencies:
-
pip install -r requirements/edx/base.txt
-
if [ -e requirements/edx/post.txt ]; then pip install -r requirements/edx/post.txt ; fi
-
pip install coveralls
-
pip install coveralls
==1.0
test
:
override
:
...
...
requirements/edx/base.txt
View file @
1665993f
...
...
@@ -121,7 +121,7 @@ django_debug_toolbar==1.3.2
astroid==1.3.8
bok-choy==0.4.3
chrono==1.0.2
coverage==4.0
b3
coverage==4.0
ddt==0.8.0
diff-cover==0.8.0
django-crum==0.5
...
...
scripts/jenkins-report.sh
View file @
1665993f
...
...
@@ -10,7 +10,7 @@ paver coverage
# Send the coverage data to coveralls. Setting 'TRAVIS_BRANCH' allows the
# data to be sorted by branch in the coveralls UI. The branch is passed as
# a param to the coverage job on jenkins.
pip install
coveralls
==
1.0
b1
pip install
coveralls
==
1.0
COVERALLS_REPO_TOKEN
=
$1
TRAVIS_BRANCH
=
$2
coveralls
# Get coverage reports for bok choy
...
...
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