Skip to content

Commit

Permalink
Remove 'flow-coverage-report' script.
Browse files Browse the repository at this point in the history
`flow-coverage-report` stopped working after Flow was set to run for each renderer separately (facebook#12846). As discussed in facebook#13393, this is hard to fix without adding complexity to `.flowconfig`'s generation.
  • Loading branch information
elas7 committed Aug 14, 2018
1 parent de5102c commit c60561a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 246 deletions.
17 changes: 0 additions & 17 deletions .flowcoverage

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Expand Up @@ -9,7 +9,6 @@ __benchmarks__
build/
remote-repo/
coverage/
flow-coverage/
.module-cache
fixtures/dom/public/react-dom.js
fixtures/dom/public/react.js
Expand Down
2 changes: 0 additions & 2 deletions package.json
Expand Up @@ -55,7 +55,6 @@
"fbjs-scripts": "^0.8.3",
"filesize": "^3.5.6",
"flow-bin": "^0.72.0",
"flow-coverage-report": "^0.4.0",
"glob": "^6.0.4",
"glob-stream": "^6.1.0",
"google-closure-compiler": "20180506.0.0",
Expand Down Expand Up @@ -94,7 +93,6 @@
},
"scripts": {
"build": "npm run version-check && node ./scripts/rollup/build.js",
"flow-coverage": "flow-coverage-report --config ./.flowcoverage",
"linc": "node ./scripts/tasks/linc.js",
"lint": "node ./scripts/tasks/eslint.js",
"lint-build": "node ./scripts/rollup/validate/index.js",
Expand Down

0 comments on commit c60561a

Please sign in to comment.