Skip to content

Commit 4e1e69d

Browse files
authored
chore(ci): add codecov check (#546)
1 parent f85b647 commit 4e1e69d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
test:
1818
docker:
1919
- image: circleci/node:latest
20+
environment:
21+
BASH_ENV: "~/.bashrc"
2022
working_directory: ~/repo
2123
steps:
2224
- checkout
@@ -28,7 +30,7 @@ jobs:
2830
paths:
2931
- node_modules
3032
key: v1-dependencies-{{ checksum "package.json" }}
31-
- run: npm test -- --coverage
33+
- run: npm test -- --coverage && bash <(curl -s https://codecov.io/bash)
3234
compile:
3335
docker:
3436
- image: circleci/node:latest

0 commit comments

Comments
 (0)