Skip to content

Commit 7a1491a

Browse files
committed
fix circleci coveralls step
1 parent d327432 commit 7a1491a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- run:
1616
name: Install Dependencies
1717
command: |
18-
sudo npm install -g codecov
18+
sudo npm install -g codecov coveralls
1919
- restore_cache:
2020
key: node-cache-{{ checksum "package-lock.json" }}
2121
- run:

0 commit comments

Comments
 (0)