Skip to content

Commit

Permalink
Switched to modern tools
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Jul 17, 2024
1 parent 12ba7b1 commit 81c1b86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-commit.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Any Commit
name: Publish pkg-pr-new on commit
on: [push, pull_request]

jobs:
Expand Down
6 changes: 6 additions & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ export default defineConfig({
all: false,
provider: "v8",
reporter: ["json-summary", "html"],
thresholds: {
statements: 80,
branches: 80,
functions: 80,
lines: 80,
},
},
},
})

0 comments on commit 81c1b86

Please sign in to comment.