bdde25a9e4
* Add support for Azure Pipelines * Remove Travis CI support * coverage: Generate cobertura and lcov reports only * Add support for Code Climate
7 lines
152 B
JSON
7 lines
152 B
JSON
{
|
|
"reporterEnabled": "spec, mocha-junit-reporter",
|
|
"mochaJunitReporterReporterOptions": {
|
|
"mochaFile": "test/junit-results.xml"
|
|
}
|
|
}
|