Skip to content

Commit

Permalink
Merge 421f7dd into dbf6911
Browse files Browse the repository at this point in the history
  • Loading branch information
physikerwelt committed Mar 24, 2020
2 parents dbf6911 + 421f7dd commit 7dc5d7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -48,4 +48,6 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties


# nyc
.nyc_output
coverage
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -5,9 +5,9 @@
"main": "lib/index.js",
"scripts": {
"build": "node -e 'require(\"./lib/build-parser\")'",
"cover": "nyc --reporter=lcov _mocha",
"lint": "eslint --max-warnings 0 --ext .js .",
"test": "node -e 'require(\"./lib/build-parser\")' && npm run lint && mocha",
"cover": "istanbul cover _mocha",
"report-coverage": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
Expand All @@ -29,7 +29,8 @@
"commander": "~4.1.1"
},
"devDependencies": {
"coveralls": "^3.0.9",
"coveralls": "^3.0.11",
"nyc": "^15.0.0",
"eslint-config-wikimedia": "^0.15.0",
"istanbul": "^0.4.5",
"mocha": "~7.0.1",
Expand Down

0 comments on commit 7dc5d7d

Please sign in to comment.