Skip to content

Cobertura and lcov reporters not found #7162

Answered by sheremet-va
DerGernTod asked this question in Q&A
Discussion options

You must be logged in to vote

Coverage reporters are specified in coverage.reporter, not reporters:

export default defineConfig({
  test: {
-   reporters: ['lcov'],
+   coverage: {
+     reporter: ['lcov'],
+   },
  },
})

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by DerGernTod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants