Skip to content

Commit

Permalink
chore: remove coverage command
Browse files Browse the repository at this point in the history
  • Loading branch information
davewasmer committed Mar 7, 2018
1 parent 49c2fcb commit c69b969
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Denali"
- run: yarn test
- run: yarn run coverage

test-node-9:
docker:
Expand All @@ -51,7 +50,6 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Denali"
- run: yarn test
- run: yarn run coverage

release:
working_directory: ~/repo
Expand Down

0 comments on commit c69b969

Please sign in to comment.