Combine lines to reduce path
This commit is contained in:
parent
835fec7f32
commit
aeac900496
@ -59,11 +59,11 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: "Combine report output"
|
name: "Combine report output"
|
||||||
command: |
|
command: |
|
||||||
cd "/home/circleci/repo/platform/viewer/coverage"
|
cd "/home/circleci/repo/platform/viewer/coverage" && \
|
||||||
touch reports
|
touch reports && \
|
||||||
cat coverage.xml >> reports
|
cat coverage.xml >> reports && \
|
||||||
echo "\<<\<<\<< EOF" >> reports
|
echo "\<<\<<\<< EOF" >> reports && \
|
||||||
cat lcov.info >> reports
|
cat lcov.info >> reports && \
|
||||||
echo "\<<\<<\<< EOF" >> reports
|
echo "\<<\<<\<< EOF" >> reports
|
||||||
|
|
||||||
- codecov/upload:
|
- codecov/upload:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user