Aleksa Cukovic

Results 16 comments of Aleksa Cukovic

I'm facing the same issue. I think you are right about next not building pages until they are visited, because it shows 100% coverage for 404 page even though I...

Sure, that's the goal. It would just be nice to be reminded that they aren't by failing coverage-check.

Here's how I use it: ```json { "all": true, "include": [ "pages/**/*.js", "components/**/*.js", "constants/**/*.js", "utils/**/*.js" ], "exclude": ["pages/api/__coverage__.js"] } ``` Is this what you meant?

When I run the tests and get coverage report all works well for the pages that are covered by the tests and for the ones that are not I get...

Sure, I was thinking of doing that earlier but I saw this issue so I decided to check here first.

I have read the CLA Document and I hereby sign the CLA

I have the same issue, has anyone come up with a way to fix this?

Yes I am. This turned out to be harder to implement than I initially thought and things kept coming up for me so I didn't have time to take a...

Thanks for the response @sfc-gh-jcieslak. Do you have any ETA? Would you accept a PR to expedite this, since the change seems relatively straightforward to implement and shouldn't impact the...