Skip to content

Commit 22e58cc

Browse files
committed
chore: bump dependency versions, use nyc instead of istanbul
1 parent 11734aa commit 22e58cc

File tree

4 files changed

+2764
-1998
lines changed

4 files changed

+2764
-1998
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
coverage
33
*.iml
44
/test-output/
5-
/test/fixtures/scenarios/*/actual
5+
/test/fixtures/scenarios/*/actual
6+
/.nyc_output

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ script:
1111
- eslint --max-warnings 0 .
1212
after_script:
1313
- npm install coveralls
14-
- cat ./coverage/lcov.info | coveralls
14+
- nyc report --reporter=text-lcov | coveralls

0 commit comments

Comments
 (0)