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

build(CircleCI): push coverage before running the coverage check

This commit is contained in:
Jason Dreyzehner
2018-03-10 15:53:16 -05:00
parent 58688fc9d9
commit 18e71a16aa
2 changed files with 4 additions and 3 deletions

View File

@@ -19,4 +19,5 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}
- run: npm test
- run: npx codecov
- run: npx codecov
- run: npm run cov:check