asterisk / node-ari-client

Node.js client for ARI. This library is best effort with limited support.
Other
249 stars 98 forks source link

Use nyc for coverage #137

Closed coreyfarrell closed 3 years ago

coreyfarrell commented 4 years ago

istanbul is not maintained, nyc should be used instead. This switches to nyc and enables coverage checking directly on npm test (I can revert this part if you prefer). Coverage checking for branches and functions have been dropped to 70% since the tests do not currently reach 75%.

package-lock.json was regenerated as the existing file contained many npm audit issues.

gtjoseph commented 3 years ago

Sorry, we kinda lost track of this repository.