Skip to content

Commit

Permalink
Merge pull request #104 from Turbo87/coverage
Browse files Browse the repository at this point in the history
CI: Run unit tests with coverage reporting
  • Loading branch information
Turbo87 committed Apr 28, 2019
2 parents c3aba7f + 4c75d73 commit aa3df48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
install:
- yarn install --no-lockfile
- yarn multidep multidep.json
script: yarn test
script: yarn test --coverage

- name: "Ember Tests"
addons:
Expand Down

0 comments on commit aa3df48

Please sign in to comment.