Files
mlb-gameday-dotnet-react/app/.nycrc
2023-01-24 20:03:13 -06:00

9 lines
182 B
JSON

{
"all": true,
"excludeAfterRemap": true,
"report-dir": "coverage-cy",
"reporter": ["text", "json", "html"],
"extension": [".js"],
"include": "src/**/*.js"
}