-
Notifications
You must be signed in to change notification settings - Fork 143
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
test: Port long term scheduled transactions test from mono codebase #16179
Conversation
Signed-off-by: ibankov <ivan.bankov@limechain.tech>
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 @@
## develop #16179 +/- ##
=============================================
+ Coverage 58.30% 58.35% +0.04%
- Complexity 19929 19975 +46
=============================================
Files 2731 2735 +4
Lines 100172 100339 +167
Branches 10351 10365 +14
=============================================
+ Hits 58406 58548 +142
- Misses 38145 38164 +19
- Partials 3621 3627 +6 |
Node: HAPI Test (Restart) Results9 files 1 errors 8 suites 7m 37s ⏱️ For more details on these parsing errors, see this check. Results for commit a295a8b. ♻️ This comment has been updated with latest results. |
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, ty @ibankov !
Note that since @HapiTest
's are no run with JUnit Jupiter, you can used the @Disabled
annotation on them instead of commenting them out.
Signed-off-by: ibankov <ivan.bankov@limechain.tech>
8c778c8
to
a0875a8
Compare
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, tyvm @ibankov !
Port long term schedules tests from mono repo