| 3099 | } |
| 3100 | |
| 3101 | int cbm_store_coverage_replace(cbm_store_t *s, const char *project, const cbm_coverage_row_t *rows, |
| 3102 | int count) { |
| 3103 | return cbm_store_coverage_replace_ex(s, project, rows, count, NULL); |
| 3104 | } |
| 3105 | |
| 3106 | static int coverage_query_rows(cbm_store_t *s, const char *project, const char *selector, |
| 3107 | const char *sql, cbm_coverage_row_t **out, int *count) { |
no test coverage detected