test-reporting 3.2.3__tar.gz → 3.2.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {test_reporting-3.2.3/test_reporting.egg-info → test_reporting-3.2.5}/PKG-INFO +1 -1
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/templates/project.html +1 -1
- {test_reporting-3.2.3 → test_reporting-3.2.5}/setup.py +1 -1
- {test_reporting-3.2.3 → test_reporting-3.2.5/test_reporting.egg-info}/PKG-INFO +1 -1
- {test_reporting-3.2.3 → test_reporting-3.2.5}/LICENSE +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/README.md +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/__init__.py +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/classifier.py +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/cli.py +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/config.py +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/plugin.py +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/publisher.py +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/storage.py +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/templates/index.html +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/reporting/templates/run.html +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/setup.cfg +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/test_reporting.egg-info/SOURCES.txt +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/test_reporting.egg-info/dependency_links.txt +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/test_reporting.egg-info/entry_points.txt +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/test_reporting.egg-info/requires.txt +0 -0
- {test_reporting-3.2.3 → test_reporting-3.2.5}/test_reporting.egg-info/top_level.txt +0 -0
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
'<h3>Test File Reliability (Treemap)</h3>' +
|
|
650
650
|
'<p class="section-explain">Each block = one file. Size ∝ test count. Color = pass rate. Worst files at top-left.</p>' +
|
|
651
651
|
'</div>' +
|
|
652
|
-
'<div class="section-body">' +
|
|
652
|
+
'<div class="section-body preview" onclick="toggleSectionExpand(this)">' +
|
|
653
653
|
renderTreemap(a.file_health || []) +
|
|
654
654
|
'</div>' +
|
|
655
655
|
'</div>' +
|
|
@@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
9
9
|
|
|
10
10
|
setup(
|
|
11
11
|
name='test-reporting',
|
|
12
|
-
version='3.2.
|
|
12
|
+
version='3.2.5',
|
|
13
13
|
description='Multi-project test reporting dashboard — collect results locally or push to S3',
|
|
14
14
|
long_description=long_description,
|
|
15
15
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|