We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef44be3 commit e7900c4Copy full SHA for e7900c4
verification/cocotb/noxfile.py
@@ -19,7 +19,7 @@
19
20
# Coverage types to collect
21
if os.getenv("TEST_COVERAGE_ENABLE", "0") == "1":
22
- coverage_types = ["vcs"] if "vcs" in simulators else ["branch", "toggle"]
+ coverage_types = ["vcs"] if "vcs" in simulators else ["all"]
23
else:
24
coverage_types = None
25
0 commit comments