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

Commit

Permalink
chore: temp skip codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo committed Jun 26, 2020
1 parent c23a351 commit 75a38b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- v1-yarn-{{checksum ".circleci/config.yml"}}-{{ checksum "yarn.lock"}}
- v1-yarn-{{checksum ".circleci/config.yml"}}
- run: yarn
- run: yarn add -D nyc@13 @oclif/nyc-config@1
- run: |
$NYC yarn test
$NYC report --reporter text-lcov > coverage.lcov
curl -s https://codecov.io/bash | bash
# - run: yarn add -D nyc@13 @oclif/nyc-config@1
# - run: |
# $NYC yarn test
# $NYC report --reporter text-lcov > coverage.lcov
# curl -s https://codecov.io/bash | bash
node-12:
<<: *test
docker:
Expand Down

0 comments on commit 75a38b6

Please sign in to comment.