You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran Vitest with --coverage flag (via Nx, which shouldn't affect reports), and do not see coverage for binary test modules (which thoroughly test a CLI wizard). Note that I'm using V8 as my coverage provider.
What happened:
Coverage reports are incomplete/non-existent for cli-testing-library spec modules.
Reproduction:
I'd expect any cli-testing-library code wouldn't provide coverage stats. I don't see anything in the source code that would handle this 👀
Problem description:
This is a gap in the tool, I'd say. Maybe I'm using the wrong tooling or coverage provider. Would istanbul work?
Suggested solution:
🙂 — perhaps this is a feature request
The text was updated successfully, but these errors were encountered:
cli-testing-library
version: 2.0.2Relevant code or config:
What you did:
Ran Vitest with
--coverage
flag (via Nx, which shouldn't affect reports), and do not see coverage for binary test modules (which thoroughly test a CLI wizard). Note that I'm using V8 as my coverage provider.What happened:
Coverage reports are incomplete/non-existent for
cli-testing-library
spec modules.Reproduction:
I'd expect any
cli-testing-library
code wouldn't provide coverage stats. I don't see anything in the source code that would handle this 👀Problem description:
This is a gap in the tool, I'd say. Maybe I'm using the wrong tooling or coverage provider. Would istanbul work?
Suggested solution:
🙂 — perhaps this is a feature request
The text was updated successfully, but these errors were encountered: