mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 21:27:10 -04:00
Added coverage report to documentation
This commit is contained in:
parent
ed720eb301
commit
57867bc63b
2 changed files with 11 additions and 1 deletions
|
@ -6,13 +6,21 @@ testALU:
|
|||
stage: test
|
||||
script:
|
||||
- make build
|
||||
- vsim-10.5c alu_tb_optimized +UVM_TESTNAME=alu_test -do "run -a"
|
||||
- vsim-10.5c alu_tb_optimized -c +UVM_TESTNAME=alu_test -coverage -do "coverage save -onexit alu.ucdb; run -a; exit"
|
||||
- vcover report -html alu.ucdb
|
||||
artifacts:
|
||||
paths:
|
||||
- covhtmlreport
|
||||
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
dependencies:
|
||||
- testALU
|
||||
script:
|
||||
- mkdocs build
|
||||
- lftp -e "mirror -R site . ; quit;" -u $FTP_USER,$FTP_PASSWORD $FTP_HOST
|
||||
- covhtmlreport/ site/
|
||||
artifacts:
|
||||
paths:
|
||||
- site
|
||||
|
|
|
@ -6,5 +6,7 @@ pages:
|
|||
- Ideas: 'ideas.md'
|
||||
- Test Bench: 'tb.md'
|
||||
- Synthesis Results: 'synthesis.md'
|
||||
- Coverage Report: 'covhtmlreport'
|
||||
|
||||
# cosmo, readthedocs, journal, slate, material, readable, spacelab, united, bootstrap, simplex, flatly, yeti, amelia, cerulean, cyborg, mkdocs
|
||||
theme: 'flatly'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue