test: send code coverage from CircleCI to Codecov

This commit is contained in:
Jason Dreyzehner 2018-02-15 11:39:26 -05:00
parent 954da1e3c7
commit f1021e0f4e
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ jobs:
- run: npm run test:ci
- run: npm run e2e
- run: npm run test:visual
- run: npx codecov
- store_artifacts:
path: ./test
- store_test_results:
@ -47,6 +48,7 @@ jobs:
- run: npm run test:ci
- run: npm run e2e
- run: npm run test:visual
- run: npx codecov
- store_artifacts:
path: ./test
- store_test_results: