mirror of https://github.com/zulip/zulip.git
analytics: Explode coverage checks for analytics/views.
This commit is contained in:
parent
e0c7581168
commit
3e6b90a433
|
@ -26,7 +26,7 @@ target_fully_covered = [
|
|||
"analytics/lib/*.py",
|
||||
"analytics/models.py",
|
||||
"analytics/tests/*.py",
|
||||
"analytics/views.py",
|
||||
"analytics/views/*.py",
|
||||
# zerver/ and zerver/lib/ are important core files
|
||||
"zerver/*.py",
|
||||
"zerver/lib/*.py",
|
||||
|
@ -59,7 +59,11 @@ not_yet_fully_covered = [
|
|||
# runs before tests.
|
||||
"analytics/lib/fixtures.py",
|
||||
# We have 100% coverage on the new stuff; need to refactor old stuff.
|
||||
"analytics/views.py",
|
||||
"analytics/views/activity_common.py",
|
||||
"analytics/views/realm_activity.py",
|
||||
"analytics/views/installation_activity.py",
|
||||
"analytics/views/stats.py",
|
||||
"analytics/views/support.py",
|
||||
# Major lib files should have 100% coverage
|
||||
"zerver/lib/addressee.py",
|
||||
"zerver/lib/markdown/__init__.py",
|
||||
|
|
Loading…
Reference in New Issue