Skip to content

Commit

Permalink
debug: Set coverage to 80 to showcase it
Browse files Browse the repository at this point in the history
  • Loading branch information
davelosert committed Jun 10, 2022
1 parent d03cb26 commit 594fa07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ export default defineConfig({
include: ['src'],
exclude: ['src/types'],
branches: 80,
lines: 80,
statements: 80,
functions: 80
}
}
});

0 comments on commit 594fa07

Please sign in to comment.