Specify period in artifact filename

This commit is contained in:
Matt Guthaus 2018-11-20 18:17:36 -08:00
parent 20a65fe7b2
commit e242d18dcb
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ freepdk45:
- coverage run -p $OPENRAM_HOME/tests/regress.py -t freepdk45
artifacts:
paths:
- .coverage*
- .coverage.*
expire_in: 1 week
scn4m_subm:
@ -22,7 +22,7 @@ scn4m_subm:
- coverage run -p $OPENRAM_HOME/tests/regress.py -t scn4m_subm
artifacts:
paths:
- .coverage*
- .coverage.*
expire_in: 1 week
coverage: