mirror of https://github.com/VLSIDA/OpenRAM.git
Add coverage artifact
This commit is contained in:
parent
0bb612d9e4
commit
8fde15a7e3
|
|
@ -7,4 +7,8 @@ scn4m_subm:
|
||||||
- /home/gitlab-runner/regress_scn4m_subm.sh
|
- /home/gitlab-runner/regress_scn4m_subm.sh
|
||||||
- coverage report -m
|
- coverage report -m
|
||||||
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
coverage: '/TOTAL.+ ([0-9]{1,3}%)/'
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- .coverage
|
||||||
|
expire_in: 1 week
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue