Skip to content

Commit e7900c4

Browse files
committed
Run Verilator once when collecting coverage
Signed-off-by: Jan Malek <[email protected]>
1 parent ef44be3 commit e7900c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verification/cocotb/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Coverage types to collect
2121
if os.getenv("TEST_COVERAGE_ENABLE", "0") == "1":
22-
coverage_types = ["vcs"] if "vcs" in simulators else ["branch", "toggle"]
22+
coverage_types = ["vcs"] if "vcs" in simulators else ["all"]
2323
else:
2424
coverage_types = None
2525

0 commit comments

Comments
 (0)