You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In coverage 4.* versions, when i used Coverage(data_file=None), DB file was not created. It seems to be not case in 5.0b1 version. Is there a way how to not create DB file in this new version?
Describe the bug
In coverage 4.* versions, when i used
Coverage(data_file=None), DB file was not created. It seems to be not case in 5.0b1 version. Is there a way how to not create DB file in this new version?