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

fix(codecov): prefix with npx

This commit is contained in:
Jason Dreyzehner
2018-03-11 03:14:12 -04:00
parent 11509cf1cb
commit c93c9dbb9d

View File

@@ -19,5 +19,5 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
- run: npx nyc report --reporter=lcov | codecov
- run: npx nyc report --reporter=lcov | npx codecov
- run: npm run cov:check