amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.03k stars 1.16k forks source link

Add code coverage reporting #1277

Open expelledboy opened 2 years ago

expelledboy commented 2 years ago

Follow up from https://github.com/amark/gun/pull/1024 split out code coverage reporting on npm test

amark commented 1 year ago

Oh here it is!!! Very cool. Ok, so do I need to do any thing furhter? Hadn't heard of nyc before, will check it out. Will this break CI or heroku if they don't have nyc installed?

expelledboy commented 1 year ago

Why not run ci on PRs and get the info directly here?

But no it wont, because you npm install everything anyway, and I include nyc as a dev dep

Dont know about heroku. Is there a deployment of gun?