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
2327d72a
Commit
2327d72a
authored
Sep 19, 2016
by
jz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Log coverage callers and verbosity at 4
parent
406c6087
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.coveragerc
+1
-1
scripts/generic-ci-tests.sh
+3
-3
No files found.
.coveragerc
View file @
2327d72a
...
@@ -27,7 +27,7 @@ omit =
...
@@ -27,7 +27,7 @@ omit =
openedx/core/djangoapps/debug/*
openedx/core/djangoapps/debug/*
concurrency=multiprocessing
concurrency=multiprocessing
debug = config,dataio,pid,
dataop
debug = config,dataio,pid,
callers
[report]
[report]
ignore_errors = True
ignore_errors = True
...
...
scripts/generic-ci-tests.sh
View file @
2327d72a
...
@@ -71,7 +71,7 @@ END
...
@@ -71,7 +71,7 @@ END
case
"
$TEST_SUITE
"
in
case
"
$TEST_SUITE
"
in
"lms-unit"
)
"lms-unit"
)
PAVER_ARGS
=
"--with-flaky --processes=-1 --cov-args='-p' -
v
--with-xunitmp"
PAVER_ARGS
=
"--with-flaky --processes=-1 --cov-args='-p' -
-verbosity=4
--with-xunitmp"
case
"
$SHARD
"
in
case
"
$SHARD
"
in
"all"
)
"all"
)
paver test_system
-s
lms
$PAVER_ARGS
paver test_system
-s
lms
$PAVER_ARGS
...
@@ -94,12 +94,12 @@ case "$TEST_SUITE" in
...
@@ -94,12 +94,12 @@ case "$TEST_SUITE" in
;;
;;
"cms-unit"
)
"cms-unit"
)
COVERAGE_DEBUG_FILE
=
reports/coverage_debug.log paver test_system
-s
cms
--with-flaky
--cov-args
=
"-p"
-
v
--with-xunitmp
COVERAGE_DEBUG_FILE
=
reports/coverage_debug.log paver test_system
-s
cms
--with-flaky
--cov-args
=
"-p"
-
-verbosity
=
4
--with-xunitmp
;;
;;
"commonlib-unit"
)
"commonlib-unit"
)
COVERAGE_DEBUG_FILE
=
reports/coverage_debug.log paver test_lib
--with-flaky
--cov-args
=
"-p"
-
v
--with-xunit
COVERAGE_DEBUG_FILE
=
reports/coverage_debug.log paver test_lib
--with-flaky
--cov-args
=
"-p"
-
-verbosity
=
4
--with-xunit
;;
;;
*
)
*
)
...
...
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