Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.nycrc - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.nycrc
blob: 9e34a976e21ef646f52951f62778ce87f7614b93 (plain)
1
2
3
4
5
6
{
  "exclude": [
    "**/internal/process/write-coverage.js"
  ],
  "reporter": ["html", "text"]
}