Output testcoverage in CI trace

This commit is contained in:
Florian Zaruba 2017-04-09 15:36:54 +02:00
parent 65fd5a35be
commit 692a76bb5f

View file

@ -7,6 +7,7 @@ testALU:
script:
- make build
- vsim-10.5c alu_tb_optimized -c +UVM_TESTNAME=alu_test -coverage -do "coverage save -onexit alu.ucdb; run -a; exit"
- vcover report alu.ucdb
- vcover report -html alu.ucdb
artifacts:
paths: