diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-13 14:27:19 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-04-13 15:01:37 +0900 |
commit | 63b7c8217bd046699ffaa4a3c171f132cab675c4 (patch) | |
tree | ca0d965d959476d4f87d3ad694fc3fd21c7c418a /.gitlab-ci.yml | |
parent | 8378f5dc2fe7a75e5e5f4c5fc52416360854fb92 (diff) | |
download | buildstream-63b7c8217bd046699ffaa4a3c171f132cab675c4.tar.gz |
.gitlab-ci.yml: Show which coverage reports are getting combined in CI
This extra line shows which reports will be combined, which helps us
to more quickly debug problems in the coverage job of the .gitlab-ci.yml
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 540d45bfe..f7def9c4d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,6 +172,7 @@ coverage: - cd report - cp ../../../coverage-unix/coverage.unix . - cp ../../../coverage-linux/coverage.* . + - ls coverage.* - coverage combine --rcfile=../.coveragerc -a coverage.* - coverage report --rcfile=../.coveragerc -m dependencies: |