Skip to content

Commit

Permalink
chore(ci): add codecov check (#546)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerm1it committed Sep 15, 2020
1 parent f85b647 commit 4e1e69d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -17,6 +17,8 @@ jobs:
test:
docker:
- image: circleci/node:latest
environment:
BASH_ENV: "~/.bashrc"
working_directory: ~/repo
steps:
- checkout
Expand All @@ -28,7 +30,7 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test -- --coverage
- run: npm test -- --coverage && bash <(curl -s https://codecov.io/bash)
compile:
docker:
- image: circleci/node:latest
Expand Down

1 comment on commit 4e1e69d

@vercel
Copy link

@vercel vercel bot commented on 4e1e69d Sep 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.