Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add updates to get code coverage working #57

Merged
merged 6 commits into from Mar 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -21,7 +21,6 @@ cache:

env:
matrix:
- EMBER_TRY_SCENARIO=ember-2-3
- EMBER_TRY_SCENARIO=ember-2-8
- EMBER_TRY_SCENARIO=default
- EMBER_TRY_SCENARIO=ember-release
Expand Down Expand Up @@ -49,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
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "ember-frost-sort",
"dependencies": {
"ember": "^2.11.0",
"ember": "2.11.2",
"ember-cli-shims": "0.1.1",
"ember-mocha-adapter": "~0.3.1",
"highlightjs": "^9.8.0",
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -9,6 +9,7 @@
},
"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",
Expand Down