-
Notifications
You must be signed in to change notification settings - Fork 0
Fix EqualsAndHashCode Annotation Warning Messages #120
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
Conversation
Codecov Report
@@ Coverage Diff @@
## integ-fix-gha-warnings #120 +/- ##
=========================================================
Coverage 94.83% 94.83%
Complexity 2916 2916
=========================================================
Files 291 291
Lines 7795 7795
Branches 567 567
=========================================================
Hits 7392 7392
Misses 349 349
Partials 54 54
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: GabeFernandez310 <[email protected]>
6542e83 to
09df0d0
Compare
MitchellGale
left a comment
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.
Looks good to me!
MaxKsyunz
left a comment
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.
@GabeFernandez310 could you setup your git.username and git.email as well as GitHub profile to a globally addressable email address instead of *.local?
Here's GitHub help on the matter.
If you'd like to use a private email, GitHub generates one for you as well.
|
Hey @GabeFernandez310,
Looks like there are two more calls to |
Description
Fix warning messages in GitHub actions associated with EqualsAndHashCode annotations.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.