Skip to content

Commit

Permalink
chore: Lint? (#11)
Browse files Browse the repository at this point in the history
* chore: Lint?

* Update src/utils/index.ts

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: Reintroduce err

* Update src/utils/index.ts

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* chore: Add coverage thresholds

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
clockworkgr and github-actions[bot] authored Jan 30, 2024
1 parent 5db8f71 commit 24912dd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ export default defineConfig({
coverage: {
include: ["src/**/*.ts"],
reporter: ["text", "json", "json-summary"],
thresholds: {
lines: 50,
branches: 50,
functions: 50,
statements: 50,
},
},
},
});

0 comments on commit 24912dd

Please sign in to comment.