Skip to content
Discussion options

You must be logged in to vote

The text reporter accepts these options: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/276d95e4304b3670eaf6e8e5a7ea9e265a14e338/types/istanbul-reports/index.d.ts#L62-L65

Maybe this works:

{
  coverage: {
    reporter: [
      ['text', { maxCols: 200 }],
    ]
  }
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ValentinGurkov
Comment options

Answer selected by ValentinGurkov
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