mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
|
|
module.exports = {
|
||
|
|
collectCoverage: true,
|
||
|
|
coverageFormats: ["json", "html"]
|
||
|
|
};
|