]> git.nickg.me.uk Git - nvc.git/commit
Add command to export coverage data in Cobertura format
authorNick Gasson <nick@nickg.me.uk>
Sun, 23 Jul 2023 16:18:47 +0000 (17:18 +0100)
committerNick Gasson <nick@nickg.me.uk>
Sun, 23 Jul 2023 17:03:51 +0000 (18:03 +0100)
commit9ca6ee74e305cb8be064bab35674dcddde232148
treee1e5570df4c6b6df26981e07e8903556ff7c0c90
parentfceb07dd4c456d758f50969b1b3d7448d0488a40
Add command to export coverage data in Cobertura format
17 files changed:
.github/workflows/build-test.yml
NEWS.md
configure.ac
nvc.1
src/nvc.c
src/option.c
src/option.h
src/rt/cover.c
src/rt/cover.h
src/rt/stdenv.c
src/util.c
src/util.h
test/cobertura.dtd [new file with mode: 0644]
test/regress/cover17.vhd [new file with mode: 0644]
test/regress/gold/cover17.xml [new file with mode: 0644]
test/regress/testlist.txt
test/run_regr.c