pytorch/tools/code_coverage/package/tool
yujunzhao@devvm1621.atn0.facebook.com da0e93a8c3 Move fbcode related coverage code to fb/ folder and add TARGETS (#43800)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/43800

1. Move fbcode related coverage code to fb/ folder and add TARGETS so that we can use buck run to run the tool and solved the import probelm.

2. Write `README.md` to give users guidance about the tool

Test Plan:
On devserver:
```
buck run //caffe2/fb/code_coverage/tool:coverage -- //caffe2/c10:
```

More examples in README.md

Reviewed By: malfet

Differential Revision: D23404988

fbshipit-source-id: 4942cd0e0fb7bd28a5e884d9835b93f00adb7b92
2020-08-31 16:10:33 -07:00
..
parser
__init__.py
clang_coverage.py Move fbcode related coverage code to fb/ folder and add TARGETS (#43800) 2020-08-31 16:10:33 -07:00
gcc_coverage.py
print_report.py Move fbcode related coverage code to fb/ folder and add TARGETS (#43800) 2020-08-31 16:10:33 -07:00
summarize_jsons.py
utils.py Move fbcode related coverage code to fb/ folder and add TARGETS (#43800) 2020-08-31 16:10:33 -07:00