We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
all
Using the addon the report doesn't include not-tested files if we want to track overall progress
.nycrc.json
{ "extension": [".vue", ".js", "jsx", ".ts", "tsx"], "check-coverage": true, "skip-full": false, "all": true, "include": ["src/**"] }
src/
# somefile.ts export function someFunction() { return 'someFunction'; }
pnpm test-storybook --coverage --url http://127.0.0.1:6006
It should show all the not-tested files
If applicable, add screenshots and/or logs to help explain your problem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Using the addon the report doesn't include not-tested files if we want to track overall progress
Steps to reproduce the behavior
.nycrc.json
src/
pnpm test-storybook --coverage --url http://127.0.0.1:6006
Expected behavior
It should show all the not-tested files
Screenshots and/or logs
If applicable, add screenshots and/or logs to help explain your problem.
Environment
The text was updated successfully, but these errors were encountered: