Skip to content

Commit

Permalink
fix: add missing c8 option src (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue committed May 7, 2022
1 parent d9ad044 commit b7973fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vitest/src/types/coverage.ts
Expand Up @@ -62,6 +62,7 @@ export interface C8Options {
extension?: string | string[]

all?: boolean
src?: string[]

100?: boolean
lines?: number
Expand Down

0 comments on commit b7973fe

Please sign in to comment.