Ouvrez le fichier html dans le navigateur à l'aide de package.json

"scripts": {
	"view:cov": "cd coverage/lcov-report && index.html"
}
Mr Big Code