1
0
mirror of synced 2025-11-08 12:57:47 +00:00

chore(package): update dependencies (#194)

This commit is contained in:
Jason Dreyzehner
2019-07-09 23:29:27 -04:00
committed by GitHub
parent 8eaf9636c6
commit f033e7cebc
13 changed files with 3037 additions and 5544 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
- run: npx nyc report --reporter=lcov | npx codecov
- run: npm run cov:send
- run: npm run cov:check
'node-latest':
docker:
@@ -37,7 +37,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
- run: npx nyc report --reporter=lcov | npx codecov
- run: npm run cov:send
- run: npm run cov:check
workflows: