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
Progress of the issue based on the Contributor Workflow
Make sure to fork this template and run yarn generate in the terminal. Please make sure the Codegen and plugins version under package.json matches yours.
Make sure to fork this template and run yarn generate in the terminal.
yarn generate
Please make sure the Codegen and plugins version under package.json matches yours.
package.json
Describe the bug
coverage command is broken as core was not released for PR #2184
To Reproduce Steps to reproduce the behavior:
/.../node_modules/@graphql-inspector/coverage-command/index.js:115 logger.Logger.log(`Types covered: ${coverage.stats.numTypes > 0 ^ TypeError: Cannot read properties of undefined (reading 'numTypes') at renderCoverage (/.../node_modules/@graphql-inspector/coverage-command/index.js:115:56) at handler (/.../node_modules/@graphql-inspector/coverage-command/index.js:17:9) at Object.<anonymous> (/.../node_modules/@graphql-inspector/coverage-command/index.js:83:24) at Generator.next (<anonymous>) at fulfilled (/.../node_modules/tslib/tslib.js:115:62) Node.js v18.14.0
Expected behavior
No exception ;-)
Environment:
"@graphql-inspector/coverage-command": "^3.4.4",
Additional context
The text was updated successfully, but these errors were encountered:
@TuvalSimha there is issue for the problem with not released core
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Issue workflow progress
Progress of the issue based on the
Contributor Workflow
Describe the bug
coverage command is broken as core was not released for PR #2184
To Reproduce Steps to reproduce the behavior:
Expected behavior
No exception ;-)
Environment:
"@graphql-inspector/coverage-command": "^3.4.4",
Additional context
The text was updated successfully, but these errors were encountered: