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

[release] 20240405 #242

Merged
merged 1 commit into from
Apr 4, 2024
Merged

[release] 20240405 #242

merged 1 commit into from
Apr 4, 2024

Conversation

stwiname
Copy link
Contributor

@stwiname stwiname commented Apr 4, 2024

No description provided.

Copy link

github-actions bot commented Apr 4, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🔴 Statements 31.37% 1449/4619
🟡 Branches 63.82% 97/152
🔴 Functions 20.37% 33/162
🔴 Lines 31.37% 1449/4619

Test suite run failed

Failed tests: 0/37. Failed suites: 2/6.
  ● Test suite failed to run

    packages/node/src/indexer/dictionary.service.ts:22:7 - error TS2345: Argument of type 'string | string[]' is not assignable to parameter of type 'string'.
      Type 'string[]' is not assignable to type 'string'.

    22       dictionaryUrl ?? project.network.dictionary,
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    packages/node/src/indexer/dictionary.service.ts:43:69 - error TS2345: Argument of type 'string | string[]' is not assignable to parameter of type 'string'.
      Type 'string[]' is not assignable to type 'string'.

    43     return new DictionaryService(project, nodeConfig, eventEmitter, url);
                                                                           ~~~


  ● Test suite failed to run

    packages/node/src/indexer/dictionary.service.ts:22:7 - error TS2345: Argument of type 'string | string[]' is not assignable to parameter of type 'string'.
      Type 'string[]' is not assignable to type 'string'.

    22       dictionaryUrl ?? project.network.dictionary,
             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    packages/node/src/indexer/dictionary.service.ts:43:69 - error TS2345: Argument of type 'string | string[]' is not assignable to parameter of type 'string'.
      Type 'string[]' is not assignable to type 'string'.

    43     return new DictionaryService(project, nodeConfig, eventEmitter, url);
                                                                           ~~~

Report generated by 🧪jest coverage report action from c285025

@stwiname stwiname merged commit f8d7e24 into main Apr 4, 2024
1 of 3 checks passed
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.

2 participants