Moved creation of directory coverage to jobs

This commit is contained in:
Johannes Feldmann
2018-12-18 10:21:12 +01:00
parent 40b1690ddf
commit d7c6628eaa
3 changed files with 5 additions and 2 deletions

View File

@@ -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: