Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Tests] stop using coveralls
  • Loading branch information
ljharb committed Dec 27, 2020
1 parent e54b466 commit 71f390f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .gitignore
@@ -1,9 +1,10 @@
.DS_Store
coverage
coverage/
lib
node_modules
npm-debug.log

npm-shrinkwrap.json
package-lock.json
reports
yarn-error.log
yarn.lock
5 changes: 2 additions & 3 deletions package.json
Expand Up @@ -18,7 +18,6 @@
"main": "lib/index.js",
"scripts": {
"build": "rimraf lib && babel src --out-dir lib --copy-files",
"coveralls": "cat ./reports/lcov.info | coveralls",
"create": "node ./scripts/create-rule",
"flow": "if [ ! -e ./.flowconfig ]; then echo \"Could not find .flowconfig\"; else flow; test $? -eq 0 -o $? -eq 2; fi",
"lint:fix": "npm run lint -- --fix",
Expand All @@ -36,7 +35,6 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^24.9.0",
"babel-preset-airbnb": "^5.0.0",
"coveralls": "^3.1.0",
"eslint": "^3 || ^4 || ^5 || ^6 || ^7",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-flowtype": "^5.2.0",
Expand Down Expand Up @@ -77,9 +75,10 @@
"jest": {
"coverageReporters": [
"lcov",
"json",
"html"
],
"coverageDirectory": "reports",
"coverageDirectory": "coverage",
"roots": [
"__tests__"
],
Expand Down

0 comments on commit 71f390f

Please sign in to comment.