Skip to content

Commit

Permalink
Update linting and add coverage (appium#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
imurchie authored Aug 11, 2017
1 parent 9ecf390 commit 795d79e
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 36 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
coverage
11 changes: 0 additions & 11 deletions .jscs.json

This file was deleted.

11 changes: 0 additions & 11 deletions .jscsrc

This file was deleted.

12 changes: 0 additions & 12 deletions .jshintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ before_script:
script:
- npm run lint && npm run mocha -- -t 900000 -R spec $RECURSIVE build/test/$TEST
after_success:
- gulp coveralls
- npm run coverage
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"build": "gulp transpile",
"mocha": "mocha",
"e2e-test": "gulp e2e-test",
"coverage": "gulp coveralls",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"lint": "gulp eslint"
},
Expand Down Expand Up @@ -45,7 +46,7 @@
"test"
],
"devDependencies": {
"appium-gulp-plugins": "^2.0.0",
"appium-gulp-plugins": "^2.1.4",
"appium-test-support": "^0.4.0",
"babel-eslint": "^7.2.3",
"chai": "^4.1.0",
Expand All @@ -57,6 +58,7 @@
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-promise": "^3.3.1",
"gulp": "^3.9.1",
"mocha": "^3.5.0",
"pre-commit": "^1.1.3",
"sinon": "^2.1.0"
}
Expand Down

0 comments on commit 795d79e

Please sign in to comment.