aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/coveragedb/functions.go
Commit message (Collapse)AuthorAgeFilesLines
* all: use any instead of interface{}Dmitry Vyukov2025-12-221-1/+1
| | | | Any is the preferred over interface{} now in Go.
* dashboard/app: export coverage jsonTaras Madan2025-02-061-0/+85