Skip to content

Commit

Permalink
test: Improve test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bmtcril committed Dec 20, 2024
1 parent d082c46 commit b33607d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions code_annotations/generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b33607d

Please sign in to comment.