Skip to content

Commit

Permalink
Run coverage on all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Nov 12, 2018
1 parent 8869a77 commit 2ec031e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ install:

script:
- yarn lint
- yarn test:all
- yarn test:unit --coverage
- yarn test:all --coverage
- yarn coverage
- yarn bundle
- yarn package:publish
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ install:

build_script:
- yarn lint
- yarn test:all
- yarn test:unit --coverage
- yarn test:all --coverage
- yarn bundle
- yarn package:publish

Expand Down

0 comments on commit 2ec031e

Please sign in to comment.