Skip to content
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

Merged
merged 1 commit into from
Aug 19, 2024
Merged

fix: hugo jsdoc failure #498

merged 1 commit into from
Aug 19, 2024

Conversation

jeromy-cannon
Copy link
Contributor

Description

This pull request changes the following:

  • fix a jsdoc failure that prevents the readme from being updated

Related Issues

Signed-off-by: Jeromy Cannon <[email protected]>
Copy link
Contributor

Unit Test Results - Linux

  1 files   19 suites   45s ⏱️
126 tests 126 ✅ 0 💤 0 ❌
152 runs  152 ✅ 0 💤 0 ❌

Results for commit 19bddcd.

Copy link
Contributor

Unit Test Results - Windows

  1 files   19 suites   1m 30s ⏱️
126 tests 126 ✅ 0 💤 0 ❌
152 runs  152 ✅ 0 💤 0 ❌

Results for commit 19bddcd.

Copy link
Contributor

E2E Node PEM Stop Tests Coverage Report

12 tests   12 ✅  2m 38s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 19bddcd.

Copy link
Contributor

E2E Relay Tests Coverage Report

1 files  1 suites   2m 41s ⏱️
5 tests 5 ✅ 0 💤 0 ❌
6 runs  6 ✅ 0 💤 0 ❌

Results for commit 19bddcd.

Copy link
Contributor

E2E Node PFX Kill Tests Coverage Report

12 tests   12 ✅  2m 49s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 19bddcd.

Copy link
Contributor

E2E Tests Coverage Report

57 tests   57 ✅  4m 10s ⏱️
 9 suites   0 💤
 1 files     0 ❌

Results for commit 19bddcd.

Copy link
Contributor

E2E Node Add Tests Coverage Report

10 tests   10 ✅  6m 35s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit 19bddcd.

Copy link
Contributor

E2E Mirror Node Tests Coverage Report

 1 files   1 suites   3m 37s ⏱️
12 tests 12 ✅ 0 💤 0 ❌
13 runs  13 ✅ 0 💤 0 ❌

Results for commit 19bddcd.

Copy link
Contributor

github-actions bot commented Aug 19, 2024

E2E Node Local Build Tests Coverage Report

8 tests   8 ✅  2m 42s ⏱️
2 suites  0 💤
1 files    0 ❌

Results for commit 19bddcd.

♻️ This comment has been updated with latest results.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for adda8b21
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (adda8b2) Report Missing Report Missing Report Missing
Head commit (19bddcd) 3716 3029 81.51%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#498) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.21%. Comparing base (eab3340) to head (19bddcd).
Report is 9 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            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     
Files Coverage Δ
src/core/k8.mjs 86.47% <ø> (ø)

... and 5 files with indirect coverage changes

Impacted file tree graph

@jeromy-cannon jeromy-cannon merged commit ff07413 into main Aug 19, 2024
35 checks passed
@jeromy-cannon jeromy-cannon deleted the 00492-hugo-issue branch August 19, 2024 12:37
swirlds-automation added a commit that referenced this pull request Aug 26, 2024
## [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))
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.28.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy Hugo site to Pages is failing due to jsdoc issue
3 participants