9f6b8f0032
Summary: Ultimate goals of the coverage report are: * Report the coverage for all files (done in this diff) * Report the coverage for recently updated files (not fully finished) * Report is available in html form (done in this diff, but need some extra work to integrate it in Jenkin) Task link: https://our.intern.facebook.com/intern/tasks/?s=1154818042&t=2604914 Test Plan: Ran: coverage/coverage_test.sh The sample output can be found here: https://phabricator.fb.com/P2433892 Reviewers: dhruba, emayanke CC: leveldb Differential Revision: https://reviews.facebook.net/D11943
21 lines
188 B
Plaintext
21 lines
188 B
Plaintext
build_config.mk
|
|
*.a
|
|
*.arc
|
|
*.d
|
|
*.dylib*
|
|
*.gcda
|
|
*.gcno
|
|
*.o
|
|
*.so
|
|
*.so.*
|
|
*_test
|
|
db_bench
|
|
db_repl_stress
|
|
db_stress
|
|
ldb
|
|
leveldb_server
|
|
leveldb_shell
|
|
manifest_dump
|
|
sst_dump
|
|
util/build_version.cc
|