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