Removing spec.js/ts from coverage in server.
This commit is contained in:
parent
b0d3e79dd4
commit
b1f11bfa88
|
@ -43,6 +43,7 @@ const config: Config.InitialOptions = {
|
||||||
"../backend-core/src/**/*.{js,ts}",
|
"../backend-core/src/**/*.{js,ts}",
|
||||||
// The use of coverage with couchdb view functions breaks tests
|
// The use of coverage with couchdb view functions breaks tests
|
||||||
"!src/db/views/staticViews.*",
|
"!src/db/views/staticViews.*",
|
||||||
|
"!src/**/*.spec.{js,ts}",
|
||||||
],
|
],
|
||||||
coverageReporters: ["lcov", "json", "clover"],
|
coverageReporters: ["lcov", "json", "clover"],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue