Level / memdown

In-memory abstract-leveldown store for Node.js and browsers.
MIT License
287 stars 37 forks source link

Disable coveralls comments on PRs? #83

Closed vweevers closed 7 years ago

vweevers commented 7 years ago

Is it possible to disable these noisy coveralls comments?

image

The status check is enough I think.

ralphtheninja commented 7 years ago

I think it should be enough to remove istanbul-coveralls from

"report-coverage": "npm run coverage && istanbul-coveralls"
ralphtheninja commented 7 years ago

Oh wait, then we won't get any reports back at all, nevermind.

vweevers commented 7 years ago

Cool, we can just login with GitHub. There's an option:

image