-
Couldn't load subscription status.
- Fork 10
Description
Hey!
Thanks for putting this together, I was able to adopt it for my project ❤️
However, I found that some files don't seem to be tracked, specifically anything that runs server-side. In my project, I have middlewares, api routes, getServerSideProps, etc... and all of that is not being tracked.
I've put together a minimum example with a single getServerSideProps call.
I made sure to explicitly include the file I want to cover in the .nycrc.json file, however, code in no-coverage-here is not being tracked as you can see:
An interesting side note seems to be, that there invocation of foo() seems to be tracked correctly, it's really just the file inside no-coverage-here that's missing.

Any idea what could be going wrong here?
