Skip to content

Commit

Permalink
playwright coverage WIP2(10)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 13, 2024
1 parent eafb4a5 commit 72b399d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fastagency/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ def __init__(
if coverage_process_start:
logger.info("Coverage process start detected")
logger.info(f"Coverage configuration file: {coverage_process_start}")
logger.info(
"To ensure coverage is written out, terminate this program with SIGTERM"
)
import coverage

coverage.process_startup()

Check warning on line 52 in fastagency/app.py

View check run for this annotation

Codecov / codecov/patch

fastagency/app.py#L52

Added line #L52 was not covered by tests
Expand Down

0 comments on commit 72b399d

Please sign in to comment.