pytest-html/.nycrc

6 lines
82 B
JSON

{
"report-dir": ".",
"reporter": ["cobertura"],
"exclude": ["testing/**"]
}