Skip to content

Commit

Permalink
chore: cov options
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed May 16, 2024
1 parent 9f8774f commit 0157f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ features:
linkText: How to use TanStack Query
- icon: 🌳
title: Modular By Design
details: Don't use React? Use VanillaJS or build an adapter for your favorite framework.
details: Don't use React or Vue? Use VanillaJS or build an adapter for your favorite framework.
link: /core/getting-started
linkText: Learn about Wagmi Core
- icon: ✌️
Expand Down
1 change: 1 addition & 0 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
coverage: {
all: false,
reporter: process.env.CI ? ['lcov'] : ['text', 'json', 'html'],
exclude: [
'**/dist/**',
Expand Down

0 comments on commit 0157f36

Please sign in to comment.