Daniel Silverstone pushed to branch danielsilverstone-ct/fix-lint-issues at BuildStream / buildstream
Commits:
-
15536324
by Daniel Silverstone at 2018-10-25T14:22:27Z
1 changed file:
Changes:
... | ... | @@ -78,7 +78,7 @@ source_dist: |
78 | 78 |
# Go back to the toplevel and collect our reports
|
79 | 79 |
- cd ../..
|
80 | 80 |
- mkdir -p coverage-linux/
|
81 |
- - cp dist/buildstream/.coverage.* coverage-linux/coverage."${CI_JOB_NAME}"
|
|
81 |
+ - cp dist/buildstream/.coverage coverage-linux/coverage."${CI_JOB_NAME}"
|
|
82 | 82 |
except:
|
83 | 83 |
- schedules
|
84 | 84 |
artifacts:
|
... | ... | @@ -128,7 +128,7 @@ tests-unix: |
128 | 128 |
# Go back to the toplevel and collect our reports
|
129 | 129 |
- cd ../..
|
130 | 130 |
- mkdir -p coverage-unix/
|
131 |
- - cp dist/buildstream/.coverage.* coverage-unix/coverage.unix
|
|
131 |
+ - cp dist/buildstream/.coverage coverage-unix/coverage.unix
|
|
132 | 132 |
except:
|
133 | 133 |
- schedules
|
134 | 134 |
artifacts:
|