noopkat / avrgirl-usbtinyisp

AVRGirl wrapper for driving USBtinyISP programmers
13 stars 5 forks source link

switch to a new test coverage package #20

Open noopkat opened 5 years ago

noopkat commented 5 years ago

Looks like istanbul is no longer maintained / is not getting the love it needs, so a new coverage library would be preferred. There are security vulns that affect us continuing to use istanbul and istanbul-coveralls.

Very low priority, removing these coverage libs and deactivating them in CI would probably be more productive for now.

lannonbr commented 5 years ago

As I mentioned in the stream, Node v10 actually has built in code coverage through V8 which can be used with this package: https://github.com/bcoe/c8

noopkat commented 5 years ago

thank you for this suggestion @lannonbr !