Moved creation of directory coverage to jobs
This commit is contained in:
@@ -23,11 +23,10 @@ build:
|
||||
- cd build
|
||||
- qmake ../DRAMSys/DRAMSys.pro
|
||||
- make -j4
|
||||
- mkdir -p ${CI_PROJECT_DIR}/coverage
|
||||
|
||||
coverage:
|
||||
stage: Coverage
|
||||
coverage: '/^TOTAL.*\s+(\d+\%)$/'
|
||||
coverage: '/^\s*lines\s*\d+.\d+\%/'
|
||||
script:
|
||||
- lcov `find coverage -type f -exec echo "-a {}" \;` -o coverage/final.out
|
||||
artifacts:
|
||||
|
||||
Reference in New Issue
Block a user