From b33607d9eb21a0f41994804b700f7d030fc2e5e3 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Fri, 20 Dec 2024 09:06:26 -0500 Subject: [PATCH] test: Improve test coverage --- code_annotations/generate_docs.py | 3 --- .../.annotations_test_success_with_report_docs_html | 3 ++- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/code_annotations/generate_docs.py b/code_annotations/generate_docs.py index b13a1ca..e32dc37 100644 --- a/code_annotations/generate_docs.py +++ b/code_annotations/generate_docs.py @@ -28,9 +28,6 @@ def __init__(self, config, report_files): self.echo = self.config.echo self.report_files = report_files self.create_time = datetime.datetime.now(tz=datetime.timezone.utc) - - print(self.create_time) - self.full_report = self._aggregate_reports() self.jinja_environment = jinja2.Environment( diff --git a/tests/test_configurations/.annotations_test_success_with_report_docs_html b/tests/test_configurations/.annotations_test_success_with_report_docs_html index 535adad..27800be 100644 --- a/tests/test_configurations/.annotations_test_success_with_report_docs_html +++ b/tests/test_configurations/.annotations_test_success_with_report_docs_html @@ -6,7 +6,8 @@ rendered_report_dir: test_reports/ rendered_report_format: html rendered_report_source_link_prefix: https://github.com/openedx/edx-platform/tree/master/ trim_filename_prefixes: - - /foo/bar + - tacos + - simple third_party_package_location: site-packages coverage_target: 50.0