Skip to content

Commit

Permalink
Attempt to add coverage through codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
kelsos authored Dec 15, 2018
2 parents 0fc2723 + 350840a commit 4675ece
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,13 @@ jobs:
executor: base-executor
steps:
- attach_workspace: *attach_options
- run: npm run test -- --watch=false --progress=false --browsers=ChromeHeadlessCI
- run: npm run test -- --watch=false --progress=false --browsers=ChromeHeadlessCI --code-coverage
- run:
name: "Install codecov"
command: npm install codecov
- run:
name: "Upload coverage"
command: node_modules/codecov/bin/codecov

build:
executor: base-executor
Expand Down

0 comments on commit 4675ece

Please sign in to comment.