Skip to content

Commit

Permalink
playwright coverage WIP2(8)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 12, 2024
1 parent 8e12dc2 commit 05a6a2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastagency/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ def __init__(
logger.info("Checking if coverage is needed.")
coverage_process_start = os.environ.get("COVERAGE_PROCESS_START")
if coverage_process_start:
logger.info(f"Coverage process start detected: {coverage_process_start}")
logger.info("Coverage process start detected")
logger.info(f"Coverage configuration file: {coverage_process_start}")
import coverage

coverage.process_startup()

Check warning on line 49 in fastagency/app.py

View check run for this annotation

Codecov / codecov/patch

fastagency/app.py#L49

Added line #L49 was not covered by tests
Expand Down

0 comments on commit 05a6a2d

Please sign in to comment.