analytics: Explode coverage checks for analytics/views.

This commit is contained in:
Tim Abbott 2021-06-17 15:23:41 -07:00 committed by Tim Abbott
parent e0c7581168
commit 3e6b90a433
1 changed files with 6 additions and 2 deletions

View File

@ -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",