.nycrc.json 80 B

12345
  1. {
  2. "all": true,
  3. "report-dir": "./coverage/",
  4. "reporter": ["text", "html"]
  5. }