denoland / saaskit

A modern SaaS template built on Fresh.
https://deno.com/saaskit
MIT License
1.15k stars 140 forks source link

feat: `deno task cov:view` #558

Closed iuioiua closed 1 year ago

iuioiua commented 1 year ago

The cov:view task generates HTML to view LCOV files using genhtml and then opens the main page in the local machine's browser. This is good for analysing test coverage locally. The cov task has also been renamed to cov:gen.