Skip to content

Commit

Permalink
chore: update test coverage to 30 percent
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecell committed May 21, 2024
1 parent f40d901 commit 96c9b1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ export default defineConfig({
exclude: ['src/**/*.spec.js'],
reportOnFailure: true,
thresholds: {
lines: 85,
statements: 85,
branches: 85,
functions: 85,
lines: 30,
statements: 30,
branches: 30,
functions: 30,
},
reporter: ['text', 'lcov', 'html', 'json', 'json-summary'],
},
Expand Down

0 comments on commit 96c9b1e

Please sign in to comment.