Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
simplyfy coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
appinteractive committed Dec 4, 2018
1 parent fbf9147 commit 36a228c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lib-cov
# Coverage directory used by tools like istanbul
coverage
.nyc_output
coverage.lcov

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
"yarn": ">= 1.3.0"
},
"scripts": {
"ci": "yarn run eslint && yarn run test:coverage && yarn run test:report",
"ci": "yarn run eslint && yarn run test && yarn run test:coverage",
"clean": "rm -Rf tmp",
"mongo": "mongod --dbpath data --quiet",
"mongo:win": "mongod --dbpath /data/db --quiet",
"test": "yarn run mocha && yarn run cucumber",
"test:coverage": "nyc --reporter=lcovonly --reporter=text-summary yarn run test",
"test:report": "nyc report --reporter=text-lcov > coverage.lcov",
"test:coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"eslint": "eslint server/. test/. features/. --config .eslintrc.json",
"start": "node server/",
"dev": "cross-env DEBUG=feathers* nodemon server/",
Expand Down

0 comments on commit 36a228c

Please sign in to comment.