Skip to content

Commit

Permalink
playwright coverage WIP2(7)
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Nov 12, 2024
1 parent 198021a commit e7e2989
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fastagency/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ def __init__(
import coverage

coverage.process_startup()

Check warning on line 48 in fastagency/app.py

View check run for this annotation

Codecov / codecov/patch

fastagency/app.py#L48

Added line #L48 was not covered by tests
else:
logger.info("Coverage process start NOT detected")

_self: Runnable = self
self._title = title or "FastAgency application"
self._description = description or "FastAgency application"
Expand Down

0 comments on commit e7e2989

Please sign in to comment.