test: update coverage folders

This commit is contained in:
cedoor
2023-03-26 13:35:17 +01:00
parent 629c4f36b1
commit 8d6c8f6482
2 changed files with 4 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ const projects: any = fs
export default async (): Promise<Config.InitialOptions> => ({
projects,
verbose: true,
coverageDirectory: "./coverage/js",
collectCoverageFrom: ["<rootDir>/src/**/*.ts", "!<rootDir>/src/**/index.ts", "!<rootDir>/src/**/*.d.ts"],
coverageThreshold: {
global: {

View File

@@ -0,0 +1,3 @@
module.exports = {
istanbulFolder: "../../coverage/sol"
}