-
Notifications
You must be signed in to change notification settings - Fork 22
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
Annotate GraphQL ID Types with @graphql:ID
Annotation in Service Generation
#287
Annotate GraphQL ID Types with @graphql:ID
Annotation in Service Generation
#287
Conversation
804f9de
to
9dec925
Compare
@Ishad-M-I-M One of the test case (testGenerateSrcForSchemaWithGraphQLIDType) is failing in both ubuntu and windows build. Could you please check? |
Fixed it |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #287 +/- ##
==========================================
+ Coverage 80.78% 81.21% +0.43%
==========================================
Files 72 72
Lines 3008 3040 +32
Branches 322 326 +4
==========================================
+ Hits 2430 2469 +39
+ Misses 498 492 -6
+ Partials 80 79 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Purpose
Fixes: #6381
Goals
Approach
User stories
Release note
Documentation
Training
Certification
Marketing
Automation tests
Security checks
Samples
Related PRs
Migrations (if applicable)
Test environment
Learning