-
Notifications
You must be signed in to change notification settings - Fork 147
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
chore: In CI @HapiTest
s, use spec name as default memo
#17870
chore: In CI @HapiTest
s, use spec name as default memo
#17870
Conversation
Signed-off-by: Michael Tinker <[email protected]>
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 (with one question for future reference!)
hedera-node/test-clients/src/main/java/com/hedera/services/bdd/spec/HapiSpecSetup.java
Show resolved
Hide resolved
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.
Brilliant idea, tyvm @tinker-michaelj! 🙌
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17870 +/- ##
============================================
- Coverage 69.01% 69.01% -0.01%
+ Complexity 23050 23048 -2
============================================
Files 2655 2655
Lines 99675 99675
Branches 10289 10289
============================================
- Hits 68795 68793 -2
- Misses 26981 26983 +2
Partials 3899 3899 |
Signed-off-by: Michael Tinker <[email protected]>
f8c2e31
hedera-node/test-clients/src/main/java/com/hedera/services/bdd/spec/HapiSpec.java
Show resolved
Hide resolved
Signed-off-by: Michael Tinker <[email protected]>
…s-default-memo-in-ci
Signed-off-by: Michael Tinker <[email protected]>
Signed-off-by: Michael Tinker <[email protected]>
Signed-off-by: Michael Tinker <[email protected]>
hedera-node/hedera-app/src/main/java/com/hedera/node/app/info/StateNetworkInfo.java
Outdated
Show resolved
Hide resolved
hedera-node/hedera-app/src/main/java/com/hedera/node/app/info/StateNetworkInfo.java
Show resolved
Hide resolved
Signed-off-by: Michael Tinker <[email protected]>
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! Thanks @tinker-michaelj
Description:
@HapiTest
name as default memo for involved transactions #17869