JBaczuk / bitcoin-script-js

Bitcoin script interpreter written in javascript for browsers and node.js
MIT License
1 stars 1 forks source link

Add code coverage report. Implements #15 #17

Closed wardlem closed 5 years ago

wardlem commented 5 years ago

Code coverage automatically runs with tests. Also generates an (uncommitted) html report at coverage/index.html.

JBaczuk commented 5 years ago

Needs to be rebased to Master

wardlem commented 5 years ago

@JBaczuk Rebased.

JBaczuk commented 5 years ago

Is there a way to put this on the README (with a badge) automagically, I guess it would require a server...

wardlem commented 5 years ago

Is there a way to put this on the README (with a badge) automagically, I guess it would require a server...

Yes, with a CI integration. I believe you have an issue to add one.