Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of tmrudick/html-file-cov

Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
jadejs/jade
A clean, whitespace-sensitive template language for writing HTML

Support the repos that depend on this repository

Top contributors

tmrudick's profile
tmrudick
9 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
tmrudick

tmrudick/html-file-cov

Works exactly like the built in html-cov mocha reporter except writes to a file instead of stdout.

HTML
2
0
MIT License

html‑file‑cov is a custom Mocha reporter that captures JavaScript code‑coverage data and writes a complete HTML coverage report to a `coverage.html` file (instead of printing it to stdout). It still prints dot‑style test progress to the console, making it handy for developers running long‑running Mocha test suites with coverage tools like node‑jscoverage or Blanket. Suitable for Node.js developers who want automated, file‑based coverage reports integrated into their Mocha workflow.