Skip to content

Commit d697c0b

Browse files
committed
ci: adds coverage reporting
1 parent 3fcb4bd commit d697c0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ node_js:
1414
- "6"
1515

1616
script:
17-
- npm run test
17+
- npm run test -- --coverage

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cache:
2424

2525
# Post-install test scripts.
2626
test_script:
27-
- cmd: npm run test
27+
- cmd: npm run test -- --coverage
2828

2929
# Don't actually build.
3030
build: off

0 commit comments

Comments
 (0)