Skip to content

Commit

Permalink
remove coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
olivia committed Jul 8, 2018
1 parent 827bbb3 commit 91fac1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
"scripts": {
"lint": "standard | snazzy",
"ava": "unset DEBUG; ava --serial",
"ava:ci": "unset DEBUG; nyc ava --serial",
"ava:watch": "unset DEBUG; ava -w",
"test": "npm run lint && npm run ava:ci",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"test": "npm run lint && npm run ava",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'update code of conduct'",
"deploy": "np"
},
Expand All @@ -39,9 +37,7 @@
},
"devDependencies": {
"ava": "0.25.0",
"codecov": "3.0.3",
"np": "3.0.2",
"nyc": "12.0.1",
"rimraf": "2.6.2",
"snazzy": "7.1.1",
"standard": "11.0.1",
Expand Down

0 comments on commit 91fac1d

Please sign in to comment.