Skip to content

Commit 020cd7d

Browse files
Update circle.yml
1 parent 4308a78 commit 020cd7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@ dependencies:
77
- ~/.npm/
88

99
test:
10+
pre:
11+
- npm install -g codecov
1012
override:
1113
- npm test -- --coverage
14+
- codecov

0 commit comments

Comments
 (0)