grantcarthew / node-rethinkdb-job-queue

A persistent job or task queue backed by RethinkDB.
https://github.com/grantcarthew/node-rethinkdb-job-queue/wiki
MIT License
156 stars 16 forks source link

enable coverage reports with istanbul #40

Closed thomasmodeneis closed 8 years ago

thomasmodeneis commented 8 years ago

Hi,

I just happen to see that we don't have any coverage report, so I took the initiative to study and implement one.

I'm just not sure if we should put the generate coverage report with the project or not. This will be your call, I will be committing only the coverage for now without reports.

thomasmodeneis commented 8 years ago

Just that the commit went in the same pull request that was already opened (https://github.com/grantcarthew/node-rethinkdb-job-queue/pull/39), that was a unfortunate git failure from my side :|

But could you checkout that and see? I bet you will like it. Cheers.

grantcarthew commented 8 years ago

I don't have time to checkout the coverage yet @thomasmodeneis. Will do when I can.

grantcarthew commented 8 years ago

Thanks @thomasmodeneis