fvtt-lib-wrapper icon indicating copy to clipboard operation
fvtt-lib-wrapper copied to clipboard

Measure coverage

Open ruipin opened this issue 3 years ago • 0 comments

Currently, the test suite uses tape but does not measure code coverage.

We could potentially switch to node-tap which has native coverage support, although it seems it depends on nyc which does not support code coverage for ESModules yet.

Alternatively, we could try using c8 for coverage, while staying on tape.

ruipin avatar Feb 09 '21 22:02 ruipin