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

ci(codecov): fix coverage sending

This commit is contained in:
Jason Dreyzehner
2018-03-11 01:41:13 -05:00
parent 66e395ef94
commit b08c6384de

View File

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