Can we use TAP reporter and c8 coverage at same run? #3302
-
As title said, or do we have to run the test twice as ava will change its output to support tap reporter?
|
Beta Was this translation helpful? Give feedback.
Answered by
novemberborn
Feb 4, 2024
Replies: 1 comment
-
Yes, you can. The reporter is just what's printed, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yukha-dw
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Yes, you can. The reporter is just what's printed,
c8
instruments Node.js itself and picks up coverage files that are written to disk.