Skip to content

.nycrc doesn't set report-dir and reporter options #93

Closed
@bondarenko09

Description

@bondarenko09

I have .nycrc file with some configuration:

{
  "extends": "@istanbuljs/nyc-config-typescript",
  "all": true,
  "check-coverage": false,
  "report-dir": "cypress-coverage",
  "reporter": [
    "text",
    "json"
  ]
}

The problem is neither report-dir nor reporter options works, until I set up this configs into my package.json

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions