sourcegraph/create-extension

Add a test coverage tool to the generated extension

Ouverte

#154 ouverte le 6 nov. 2020

 (0 commentaire) (0 réaction) (0 personne assignée)TypeScript (6 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (7 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Currently the generator adds mocha as a testing framework, to make it easy to get starting with testing a newly created extension.

To make this more useful and powerful, add a test coverage tool like nyc to the generated extension as well.

Guide contributeur