Skip to content

Commit

Permalink
adjust code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Dec 1, 2022
1 parent 2fdb764 commit a1b47fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineConfig({
exclude: ['**/build/**', '__mocks__', '**/*.test.ts'],
lines: 100,
functions: 82,
branches: 85,
branches: 84,
statements: 100
}
}
Expand Down

0 comments on commit a1b47fb

Please # to comment.