Results 963 comments of Ned Batchelder

Feel free to re-open this if you get more information.

Feel free to re-open this if you get more information about how to reproduce it.

Sorry for the long delay on this. Is anyone here still experiencing this problem and can provide new steps to reproduce it?

If I make this change to run.sh: ```diff @@ -24,7 +24,8 @@ cd $this_dir # Run unit tests while collecting coverage export SYSTEMRDL_DISABLE_ACCELERATOR=1 -pytest --cov=systemrdl +python -m coverage run -m...

Oops, I was so focused on the total, I didn't notice the file names. I'll dig into it.

Making progress... This patch makes your code work: ```diff diff --git a/coverage/python.py b/coverage/python.py index da43e6e8..c8b8e774 100644 --- a/coverage/python.py +++ b/coverage/python.py @@ -151,7 +151,14 @@ def __init__(self, morf, coverage=None): filename =...

This is now fixed in commit 45cf7936.

This is now released as part of [coverage 6.6.0b1](https://pypi.org/project/coverage/6.6.0b1).

@johanneswilm can you provide me with a way to reproduce what you are seeing?