Is there anyone out there who can assist me with getting coverage reports to work in my Vitest and Typescript project using the command line?
Currently, all I am seeing is a summary of passed and failed tests, but no actual coverage report.
I've already installed "@vitest/-coverage-v8" and I'm running the command "npx vitest run --coverage" in the terminal.
Interestingly, the terminal displays "Coverage enabled with v8", but then it just runs once and stops.
What could I be missing here?