-
-
Notifications
You must be signed in to change notification settings - Fork 306
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collect test coverage for reports #504
Comments
I'm not sure what you're asking, but it seems like this is an nyc question (solveable with your |
Thank you for your quick response @ljharb Okay, maybe I'm asking this in the wrong channel. Anyway I used I have read that But I wonder how |
@ljharb Alright. I will check. |
@AndyOGo try tape with v4, compared to v5? |
Closing, per istanbuljs/nyc#1281 (comment) |
Just a quick update: I have a tiny reproducible test for this now. Quite possibly the issue is on the nyc side of things but basically nyc no longer works with either Tape 4.11.0 or 5.0.0: |
Per istanbuljs/nyc#1281 (comment), seems like it was an issue with your machine and nyc, and not tape? |
@ljharb It was apparently even more niche than that :) It fails if the Node.js binary is granted permissions to bind to ports < 1024 on Linux via |
Hi,
I use this tool by using
stylelint-test-rule-tape
.It works like a charm.
But now I want to create coverage reports with
instanbul
/nyc
.Unfortunately it won't detect all testet files 🤔
tap-nyc
does not make a difference.The text was updated successfully, but these errors were encountered: