| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/coveragedb: use funcname instead of function | Taras Madan | 2025-01-30 | 1 | -2/+2 |
| | | | | | It fixes the misalignment with the code. | ||||
| * | pkg/coveragedb: add functions table | Taras Madan | 2025-01-29 | 1 | -0/+16 |
| | | | | | | | | Session aggregates information about multiple builds. The source code may have a few function definitions per file. In case of multiple function definitions we want to see sum(func1 + func2). Instead of [line_from, line_to] it is better to store the specific list of lines signaled func coverage. | ||||
| * | pkg/coveragedb: reorder fields, aligh with primary_key | Taras Madan | 2025-01-28 | 1 | -1/+1 |
| | | |||||
| * | pkg/coveragedb: fix schema in order to support multiple managers | Taras Madan | 2024-12-23 | 1 | -0/+64 |
| Current schema makes session+filepath a primary key (it is unique). Manager as a part of primary key makes session+filepath+manager a unique combination. | |||||
