Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Sep 9, 2019
1 parent d496bbb commit bda50ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,17 +129,17 @@ jobs:
image: circleci/classic:latest
steps:
- attach_workspace:
at: ~/coverage
at: /coverage
- run:
name: Merge coverage reports and submit
command: |
ls -alt ~/coverage
ls -alt /coverage
# upload to codecov.
cat ~/coverage/*.txt >> ~/coverage/merged.txt
cat /coverage/*.txt >> /coverage/merged.txt
when: always
- codecov/upload:
file: /home/circleci/coverage/merged.txt
file: /coverage/merged.txt

# build capsulecd every week, to ensure that language/dependency breaking changes are caught early.
# https://crontab.guru/every-week
Expand Down

0 comments on commit bda50ab

Please sign in to comment.