-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: hugo jsdoc failure #498
Conversation
Signed-off-by: Jeromy Cannon <[email protected]>
Unit Test Results - Linux 1 files 19 suites 45s ⏱️ Results for commit 19bddcd. |
Unit Test Results - Windows 1 files 19 suites 1m 30s ⏱️ Results for commit 19bddcd. |
E2E Node PEM Stop Tests Coverage Report12 tests 12 ✅ 2m 38s ⏱️ Results for commit 19bddcd. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 41s ⏱️ Results for commit 19bddcd. |
E2E Node PFX Kill Tests Coverage Report12 tests 12 ✅ 2m 49s ⏱️ Results for commit 19bddcd. |
E2E Tests Coverage Report57 tests 57 ✅ 4m 10s ⏱️ Results for commit 19bddcd. |
E2E Node Add Tests Coverage Report10 tests 10 ✅ 6m 35s ⏱️ Results for commit 19bddcd. |
E2E Mirror Node Tests Coverage Report 1 files 1 suites 3m 37s ⏱️ Results for commit 19bddcd. |
E2E Node Local Build Tests Coverage Report8 tests 8 ✅ 2m 42s ⏱️ Results for commit 19bddcd. ♻️ This comment has been updated with latest results. |
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 Footnotes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #498 +/- ##
==========================================
- Coverage 81.40% 81.21% -0.19%
==========================================
Files 35 35
Lines 4414 4444 +30
Branches 755 674 -81
==========================================
+ Hits 3593 3609 +16
- Misses 819 835 +16
+ Partials 2 0 -2
|
## [0.28.0](v0.27.0...v0.28.0) (2024-08-26) ### Features * add freeze account ([#436](#436)) ([8fe5a41](8fe5a41)) * enhance node add to work with staking and dynamic address book ([#469](#469)) ([b452599](b452599)) * use k8s configMaps to mount files during solo network deploy ([#345](#345)) ([af27f16](af27f16)) ### Bug Fixes * hugo jsdoc failure ([#498](#498)) ([ff07413](ff07413)) * reduce number of account used e2e init account test ([#477](#477)) ([51d7ade](51d7ade)) * Resolve various problems to enable tests from local-node and smart-contracts to run agains solo network ([#402](#402)) ([c99d881](c99d881)) * use path.join instead of forward slashes to support Windows ([#491](#491)) ([82a5053](82a5053))
🎉 This PR is included in version 0.28.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues