Benjamin Schubert pushed to branch bschubert/tests-no-chroot-linux at BuildStream / buildstream
Commits:
-
256c2301
by Benjamin Schubert at 2018-10-26T09:25:24Z
1 changed file:
Changes:
... | ... | @@ -257,7 +257,7 @@ coverage: |
257 | 257 |
- pip3 install --no-index .
|
258 | 258 |
- mkdir report
|
259 | 259 |
- cd report
|
260 |
- - cp ../../../coverage-unix/coverage.unix .
|
|
260 |
+ - cp ../../../coverage-unix/coverage.* .
|
|
261 | 261 |
- cp ../../../coverage-linux/coverage.* .
|
262 | 262 |
- ls coverage.*
|
263 | 263 |
- coverage combine --rcfile=../.coveragerc -a coverage.*
|