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

documentation & module tests for config #9953

Merged
merged 3 commits into from Nov 27, 2023
Merged

documentation & module tests for config #9953

merged 3 commits into from Nov 27, 2023

Conversation

hendrikebbers
Copy link
Member

Fixes #9952

Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
Copy link

github-actions bot commented Nov 17, 2023

Node: Unit Test Results

    2 283 files  ±0      2 283 suites  ±0   1h 25m 43s ⏱️ + 4m 59s
118 361 tests ±0  118 327 ✔️ ±0  34 💤 ±0  0 ±0 
126 679 runs  ±0  126 645 ✔️ ±0  34 💤 ±0  0 ±0 

Results for commit 8bfa583. ± Comparison against base commit fe5882f.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 17, 2023

Node: E2E Test Results

    1 files  ±    0      1 suites  ±0   20m 11s ⏱️ + 20m 11s
310 tests +309  310 ✔️ +310  0 💤 ±0  0  - 1 
332 runs  +331  332 ✔️ +332  0 💤 ±0  0  - 1 

Results for commit 8bfa583. ± Comparison against base commit fe5882f.

This pull request removes 1 and adds 310 tests. Note that renamed tests count towards both.
EndToEndTests ‑ initializationError
EndToEndTests ‑ ADDRESS_BOOK_CONTROLCanUpdateADDRESS_BOOK
EndToEndTests ‑ ADDRESS_BOOK_CONTROLCanUpdateNODE_DETAILS
EndToEndTests ‑ AccountsGetPayerRecordsIfSoConfigured
EndToEndTests ‑ Acct57CanMakeSmallChanges
EndToEndTests ‑ Acct57CantMakeLargeChanges
EndToEndTests ‑ AddingSignaturesToExecutedTxFails
EndToEndTests ‑ AddingSignaturesToExecutedTxFailsWithLongTermEnabled
EndToEndTests ‑ AddingSignaturesToNonExistingTxFails
EndToEndTests ‑ AddingSignaturesToNonExistingTxFailsWithLongTermEnabled
EndToEndTests ‑ AddressAliasIdFuzzing
…

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 17, 2023

Node: Integration Test Results

279 tests  ±0   279 ✔️ ±0   28m 6s ⏱️ -23s
    5 suites ±0       0 💤 ±0 
    5 files   ±0       0 ±0 

Results for commit 8bfa583. ± Comparison against base commit fe5882f.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 17, 2023

Node: HAPI Test Results

1 245 tests  ±0   911 ✔️ ±0   1h 28m 4s ⏱️ - 6m 16s
   166 suites ±0   334 💤 ±0 
   166 files   ±0       0 ±0 

Results for commit 8bfa583. ± Comparison against base commit fe5882f.

♻️ This comment has been updated with latest results.

hendrikebbers and others added 2 commits November 21, 2023 08:48
…ig/api/package-info.java

Co-authored-by: Timo Brandstätter <timo@swirldslabs.com>
Signed-off-by: Hendrik Ebbers <hendrik.ebbers@web.de>
Copy link

codecov bot commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fe5882f) 65.45% compared to head (8bfa583) 65.44%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #9953      +/-   ##
=============================================
- Coverage      65.45%   65.44%   -0.01%     
+ Complexity     30210    30209       -1     
=============================================
  Files           3315     3315              
  Lines         126637   126637              
  Branches       13161    13161              
=============================================
- Hits           82885    82883       -2     
- Misses         40558    40560       +2     
  Partials        3194     3194              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hendrikebbers hendrikebbers merged commit 00855b0 into develop Nov 27, 2023
16 of 17 checks passed
@hendrikebbers hendrikebbers deleted the config-doc branch November 27, 2023 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide missing documentation for packages to config API
4 participants