79683139

Date: 2025-06-28 15:58:30
Score: 1
Natty:
Report link

This is likely caused by missing concurrency tracking support in your coverage tool config — especially for async functions.

check https://coverage.readthedocs.io/en/latest/config.html#run-concurrency

In your pytest.ini add this under the [coverage:run] section:

[coverage:run]
branch = True
concurrency = multiprocessing,thread,greenlet
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohanad Gadallah