| 3116 | } |
| 3117 | |
| 3118 | int cbm_store_coverage_replace(cbm_store_t *s, const char *project, const cbm_coverage_row_t *rows, |
| 3119 | int count) { |
| 3120 | return cbm_store_coverage_replace_ex(s, project, rows, count, NULL); |
| 3121 | } |
| 3122 | |
| 3123 | static int coverage_query_rows(cbm_store_t *s, const char *project, const char *selector, |
| 3124 | const char *sql, cbm_coverage_row_t **out, int *count) { |
no test coverage detected