Benjamin Schubert pushed to branch bschubert/tests-no-chroot-linux at BuildStream / buildstream
Commits:
-
6d4a624a
by Benjamin Schubert at 2018-10-26T08:26:12Z
1 changed file:
Changes:
... | ... | @@ -81,7 +81,7 @@ source_dist: |
81 | 81 |
# Go back to the toplevel and collect our reports
|
82 | 82 |
- cd ../..
|
83 | 83 |
- mkdir -p ${COVERAGE_ARTIFACT_PATH}
|
84 |
- - find dist/
|
|
84 |
+ - find .
|
|
85 | 85 |
- cp dist/buildstream/.coverage ${COVERAGE_ARTIFACT_PATH}/coverage."${CI_JOB_NAME}"
|
86 | 86 |
except:
|
87 | 87 |
- schedules
|