Kaleb Barrett
Kaleb Barrett
We could make this the behavior of `NullTrigger` instead.
Looks like this is almost ready to review? Make sure to mark it as "Ready to Review" when that becomes the case.
I'll try to have a look tonight.
Thanks for the work. I'll have another look either later tonight or on Saturday.
> Now the best part, running existing tests from cocotb project using cocotb_tools.pytest.plugin 😏 Lets not do that in this PR.
You can ignore the VCS failure for now, we are working on getting new licenses. It won't block this PR.
Hooray, something changed in the macos-14 image and now old versions of Verilator won't build =/ You can ignore that too. v5.040 is broken on Mac, but it looks like...
I not so worried about swapping one out for another, I'm more interested in a user who has no interest in the `cocotb_tools.Runner` (which is most serious users) or the...
Theres more to it than that. Every run of runner.test generates a coverage output file that overwrites the previous runs. We need to change cocotb so coverage collection does a...
That's correct. The two places where coverage is currently collected are in `_coverage.py` and `_init.py`. You could use the `Coverage` object method `combine` to combine existing results into the current...