1
0
Fork 0
mirror of synced 2024-07-29 10:05:55 +12:00

Removing spec.js/ts from coverage in server.

This commit is contained in:
Michael Drury 2023-03-28 00:10:46 +01:00
parent b0d3e79dd4
commit b1f11bfa88

View file

@ -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"],
} }