Skip to content

Commit

Permalink
fix: Run coverage in CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Dec 15, 2017
1 parent 14ac5ac commit 05d122a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ jobs:
command: npm rebuild
- run:
name: Run unit tests.
command: npm run ci:test
command: npm run ci:coverage
- run:
name: Submit coverage data to codecov.
command: bash <(curl -s https://codecov.io/bash)
when: always
when: on_success
node6_webpack_latest:
docker:
- image: webpackcontrib/circleci-node6:latest
Expand Down

0 comments on commit 05d122a

Please sign in to comment.