npm install mocha-lcov-reporteryarn add mocha-lcov-reporterpnpm add mocha-lcov-reporter<script src="https://fastly.jsdelivr.net/npm/mocha-lcov-reporter"></script><script src="https://unpkg.com/mocha-lcov-reporter"></script><script type="module">
import mochalcovreporter from 'https://cdn.jsdelivr.net/npm/mocha-lcov-reporter/+esm';
</script><script type="module">
import mochalcovreporter from 'https://cdn.skypack.dev/mocha-lcov-reporter';
</script>