Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 757e4e1

Browse files
committed
Add istanbul package for code coverage reports
1 parent 47b596a commit 757e4e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

circle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ checkout:
99
- git config user.email "support@verdigris.co"
1010
- git config user.name "Verdigris Technologies"
1111

12+
dependencies:
13+
pre:
14+
- npm install -g istanbul
15+
1216
test:
1317
override:
1418
- istanbul cover ./tests/runner.js --report lcovonly && codecov

0 commit comments

Comments
 (0)