stuphlabs / pullcord

A reverse proxy that allows scaling down a cloud service to zero servers without sacrificing (eventual) availability.
GNU Affero General Public License v3.0
4 stars 2 forks source link

Coverage make targets using old hacks #144

Closed proidiot closed 5 years ago

proidiot commented 5 years ago

Older versions of golang had no built-in way of creating recursive coverage report files, so creativity was needed. However, as newer versions of golang have solved this issue, we should generate these files using the newer, simpler approach.