Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
cc54c373
Commit
cc54c373
authored
12 years ago
by
Jay Zoldak
Browse files
Options
Downloads
Patches
Plain Diff
Exclude settings.py files from coverage reports and configure titles for the reports.
parent
91c73fc0
No related branches found
Branches containing commit
Tags
release-2020-10-30-12.40
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
cms/.coveragerc
+2
-0
2 additions, 0 deletions
cms/.coveragerc
common/lib/capa/.coveragerc
+1
-0
1 addition, 0 deletions
common/lib/capa/.coveragerc
common/lib/xmodule/.coveragerc
+1
-0
1 addition, 0 deletions
common/lib/xmodule/.coveragerc
lms/.coveragerc
+2
-0
2 additions, 0 deletions
lms/.coveragerc
with
6 additions
and
0 deletions
cms/.coveragerc
+
2
−
0
View file @
cc54c373
...
...
@@ -2,11 +2,13 @@
[run]
data_file = reports/cms/.coverage
source = cms
omit = cms/envs/*, cms/manage.py
[report]
ignore_errors = True
[html]
title = CMS Python Test Coverage Report
directory = reports/cms/cover
[xml]
...
...
This diff is collapsed.
Click to expand it.
common/lib/capa/.coveragerc
+
1
−
0
View file @
cc54c373
...
...
@@ -7,6 +7,7 @@ source = common/lib/capa
ignore_errors = True
[html]
title = Capa Python Test Coverage Report
directory = reports/common/lib/capa/cover
[xml]
...
...
This diff is collapsed.
Click to expand it.
common/lib/xmodule/.coveragerc
+
1
−
0
View file @
cc54c373
...
...
@@ -7,6 +7,7 @@ source = common/lib/xmodule
ignore_errors = True
[html]
title = XModule Python Test Coverage Report
directory = reports/common/lib/xmodule/cover
[xml]
...
...
This diff is collapsed.
Click to expand it.
lms/.coveragerc
+
2
−
0
View file @
cc54c373
...
...
@@ -2,11 +2,13 @@
[run]
data_file = reports/lms/.coverage
source = lms
omit = lms/envs/*
[report]
ignore_errors = True
[html]
title = LMS Python Test Coverage Report
directory = reports/lms/cover
[xml]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment