Обсуждение: Code coverage tracking

Поиск
Список
Период
Сортировка

Code coverage tracking

От
Vladimir Sitnikov
Дата:
Hi,

I've implemented code coverage tracking via https://codecov.io
It will add comments to PRs like here: https://github.com/pgjdbc/pgjdbc/pull/494

Coverage report merges the data from multiple runs (e.g. different JDK
and different PG versions), thus it should be somewhat representative.

--
Regards,
Vladimir Sitnikov