(tmp_path)
| 1041 | |
| 1042 | |
| 1043 | def test_showtime_top5_summary_compdb(tmp_path): |
| 1044 | __test_showtime_top5_summary(tmp_path, use_compdb=True) |
| 1045 | |
| 1046 | |
| 1047 | def __test_showtime_file(tmp_path, use_compdb=False, use_addons=False, use_clang_tidy=False): |
nothing calls this directly
no test coverage detected