Skip to content

Commit

Permalink
chore: set correct coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed May 20, 2024
1 parent 02c1cae commit af4b2e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const projects: any = fs
export default async (): Promise<Config.InitialOptions> => ({
projects,
verbose: true,
coverageDirectory: "./coverage/libraries",
coverageDirectory: "./coverage",
coverageThreshold: {
global: {
branches: 90,
Expand Down

0 comments on commit af4b2e3

Please sign in to comment.