Files
flipper/desktop/.gitignore
Pascal Hartig b4a5a17d49 Add jest coverage reporters (#1051)
Summary:
I want to track that data continuously.
HTML is useful to investigate, lcov got loads of external tools that
support it and JSON is quite useful to parse and write to a DB.
Pull Request resolved: https://github.com/facebook/flipper/pull/1051

Test Plan:
```
yarn test --coverage
open coverage/index.html
```

Reviewed By: jknoxville

Differential Revision: D21228144

Pulled By: passy

fbshipit-source-id: dc6d853c84c21e941614cf7e5da0fc4fe7174564
2020-04-24 06:59:38 -07:00

7 lines
111 B
Plaintext

lib/
node_modules/
*.tsbuildinfo
/static/defaultPlugins/index.json
/app/src/defaultPlugins/index.tsx
/coverage