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
3bd404c9
Commit
3bd404c9
authored
Jun 26, 2014
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating diff-cover to 0.5.0
parent
35aacfb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
12 deletions
+1
-12
pavelib/tests.py
+0
-11
requirements/edx/github.txt
+1
-1
No files found.
pavelib/tests.py
View file @
3bd404c9
...
...
@@ -193,9 +193,6 @@ def coverage(options):
diff_html_path
=
os
.
path
.
join
(
Env
.
REPORT_DIR
,
'diff_coverage_combined.html'
)
# Generate the diff coverage reports (HTML and console)
sh
(
"diff-cover {xml_report_str}"
.
format
(
xml_report_str
=
xml_report_str
))
sh
(
"diff-cover {xml_report_str} --compare-branch={compare_branch} "
"--html-report {diff_html_path}"
.
format
(
...
...
@@ -205,12 +202,4 @@ def coverage(options):
)
)
sh
(
"diff-cover {xml_report_str} --compare-branch="
"{compare_branch}"
.
format
(
xml_report_str
=
xml_report_str
,
compare_branch
=
compare_branch
,
)
)
print
(
"
\n
"
)
requirements/edx/github.txt
View file @
3bd404c9
...
...
@@ -19,7 +19,7 @@
# Our libraries:
-e git+https://github.com/edx/XBlock.git@fc5fea25c973ec66d8db63cf69a817ce624f5ef5#egg=XBlock
-e git+https://github.com/edx/codejail.git@71f5c5616e2a73ae8cecd1ff2362774a773d3665#egg=codejail
-e git+https://github.com/edx/diff-cover.git@v0.
4.1
#egg=diff_cover
-e git+https://github.com/edx/diff-cover.git@v0.
5.0
#egg=diff_cover
-e git+https://github.com/edx/js-test-tool.git@v0.1.5#egg=js_test_tool
-e git+https://github.com/edx/django-waffle.git@823a102e48#egg=django-waffle
-e git+https://github.com/edx/event-tracking.git@0.1.0#egg=event-tracking
...
...
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