Skip to content

release_v20231114_0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 10:33
· 413 commits to main since this release
edeb9e2
Emulation code coverage :  persist and merge coverage bitmaps (#992)

* This commit extends sw-emulator coverage functionality so the coverage bitmap of indiividual test runs can be
dumped to the file system and subsequently merged so the coverage can be calculated.

* misc fixes

* Remove expensive .clone() call.

---------

Co-authored-by: Kor Nielsen <[email protected]>