Chandan Singh pushed to branch chandan/toxify at BuildStream / buildstream
Commits:
-
2938ccf0
by Chandan Singh at 2018-12-28T14:00:28Z
1 changed file:
Changes:
... | ... | @@ -48,6 +48,8 @@ variables: |
48 | 48 |
after_script:
|
49 | 49 |
# Collect our reports
|
50 | 50 |
- mkdir -p ${COVERAGE_DIR}
|
51 |
+ - pwd
|
|
52 |
+ - find . -name .coverage
|
|
51 | 53 |
- cp .coverage ${COVERAGE_DIR}/coverage."${CI_JOB_NAME}"
|
52 | 54 |
except:
|
53 | 55 |
- schedules
|