🎯 A simple lcov server & cli parser
npm install -g lcov-server
$ lcov-server this will startup the lcov-server $ tap test/**/*.js --coverage-report=text-lcov | lcov-server-cli --url https://localhost:8080
this will startup the lcov-server