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
I'm trying to produce a test coverage report that includes all my source and test TypeScript files. However, I can only seem to get coverage results for the source files.
All tests run successfully, so I was expecting to also see coverage statistics for the ./tests folder. Is this an error in my configuration or an unsupported scenario?
The text was updated successfully, but these errors were encountered:
I'm trying to produce a test coverage report that includes all my source and test TypeScript files. However, I can only seem to get coverage results for the source files.
.c8rc.json
:package.json
(simplified - see full version with slightly older c8 version here):From command line I get the following output:
All tests run successfully, so I was expecting to also see coverage statistics for the
./tests
folder. Is this an error in my configuration or an unsupported scenario?The text was updated successfully, but these errors were encountered: