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
769e063e
Commit
769e063e
authored
Sep 16, 2016
by
jz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move coverage debug settings to .coveragerc file
parent
9e725303
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.coveragerc
+1
-0
scripts/generic-ci-tests.sh
+2
-2
No files found.
.coveragerc
View file @
769e063e
...
...
@@ -27,6 +27,7 @@ omit =
openedx/core/djangoapps/debug/*
concurrency=multiprocessing
debug = config,dataio,pid
[report]
ignore_errors = True
...
...
scripts/generic-ci-tests.sh
View file @
769e063e
...
...
@@ -77,10 +77,10 @@ case "$TEST_SUITE" in
paver test_system
-s
lms
$PAVER_ARGS
;;
[
1-3]
)
COVERAGE_DEBUG_FILE
=
reports/coverage_debug.log paver test_system
-s
lms
--attr
=
"shard=
$SHARD
"
--with-flaky
--processes
=
-1
--cov-args
=
"-p
--debug=dataio,config,pid
"
-v
--with-xunitmp
COVERAGE_DEBUG_FILE
=
reports/coverage_debug.log paver test_system
-s
lms
--attr
=
"shard=
$SHARD
"
--with-flaky
--processes
=
-1
--cov-args
=
"-p"
-v
--with-xunitmp
;;
4|
"noshard"
)
COVERAGE_DEBUG_FILE
=
reports/coverage_debug.log paver test_system
-s
lms
--attr
=
'!shard'
--with-flaky
--processes
=
-1
--cov-args
=
"-p
--debug=dataio,config,pid
"
-v
--with-xunitmp
COVERAGE_DEBUG_FILE
=
reports/coverage_debug.log paver test_system
-s
lms
--attr
=
'!shard'
--with-flaky
--processes
=
-1
--cov-args
=
"-p"
-v
--with-xunitmp
;;
*
)
# If no shard is specified, rather than running all tests, create an empty xunit file. This is a
...
...
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