We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc43ec commit 7557f67Copy full SHA for 7557f67
1 file changed
src/pytest_cov/embed.py
@@ -95,6 +95,7 @@ def cleanup():
95
_cleanup_in_progress = True
96
_cleanup(_active_cov)
97
_active_cov = None
98
+ _cleanup_in_progress = False
99
if _pending_signal:
100
_signal_cleanup_handler(*_pending_signal)
101
_pending_signal = None
0 commit comments