Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream
Commits:
-
4e73ffe7
by Chandan Singh at 2018-12-24T13:41:40Z
1 changed file:
Changes:
... | ... | @@ -48,7 +48,7 @@ variables: |
48 | 48 |
after_script:
|
49 | 49 |
# Collect our reports
|
50 | 50 |
- mkdir -p ${COVERAGE_DIR}
|
51 |
- - cp dist/buildstream/.coverage ${COVERAGE_DIR}/coverage."${CI_JOB_NAME}"
|
|
51 |
+ - cp .coverage ${COVERAGE_DIR}/coverage."${CI_JOB_NAME}"
|
|
52 | 52 |
except:
|
53 | 53 |
- schedules
|
54 | 54 |
artifacts:
|