Skip to content

Commit

Permalink
added code coverage updates back in
Browse files Browse the repository at this point in the history
  • Loading branch information
juwara0 committed Mar 13, 2017
1 parent 7bcbe5a commit fa0ac2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ before_script:

script:
- $(npm root -g)/pr-bumper/.travis/maybe-test.sh
- $(npm root -g)/pr-bumper/.travis/maybe-test.sh coverage
- .travis/maybe-bump-version.sh

after_success:
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-frost-sort",
"version": "7.2.1",
"version": "7.2.0",
"description": "A sorting component to sort collections",
"frostGuideDirectory": "ui-components/content-views/sort",
"directories": {
Expand All @@ -9,10 +9,11 @@
},
"scripts": {
"build": "ember build",
"coverage": "COVERAGE=true ember test -r 'dot'",
"lint": "lint-all-the-things",
"start": "ember server",
"test": "npm run lint && npm run test-addon",
"test-addon": "EMBER_TRY_SCENARIO=${EMBER_TRY_SCENARIO:=default} && ember try:one $EMBER_TRY_SCENARIO --- COVERAGE=true ember test"
"test-addon": "EMBER_TRY_SCENARIO=${EMBER_TRY_SCENARIO:=default} && ember try:one $EMBER_TRY_SCENARIO --- ember tva --push-var='false' COVERAGE=true --msg-on=$EMBER_TRY_SCENARIO"
},
"repository": "git@github.com:ciena-frost/ember-frost-sort.git",
"engines": {
Expand Down

0 comments on commit fa0ac2b

Please sign in to comment.