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

Commit

Permalink
ignore codecov upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Aug 28, 2018
1 parent a71fa91 commit 5f0191e
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .circleci/config.yml
Expand Up @@ -113,17 +113,15 @@ jobs:
path: /coverage
destination: coverage

- run:
name: Merge coverage reports and submit
command: |
ls -alt /coverage
# upload to codecov.
bash <(curl -s https://codecov.io/bash) -f "*.txt" -s /coverage
when: always
# - run:
# name: Merge generated coverage reports using webhook.
# name: Merge coverage reports and submit
# command: |
# ls -alt /coverage
#
# # upload to codecov.
# bash <(curl -s https://codecov.io/bash) -f "*.txt" -s /coverage
# when: always


# 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 5f0191e

Please sign in to comment.