Skip to content

fix(lint): enable @typescript-eslint/no-misused-promises: error#1250

Merged
sebastijankuzner merged 10 commits into
developfrom
fix/lint/no-misused-promise
Mar 17, 2026
Merged

fix(lint): enable @typescript-eslint/no-misused-promises: error#1250
sebastijankuzner merged 10 commits into
developfrom
fix/lint/no-misused-promise

Conversation

@oXtxNt9U
Copy link
Copy Markdown
Contributor

Summary

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@oXtxNt9U oXtxNt9U changed the title Fix/lint/no misused promise fix(lint): no misused promise Mar 16, 2026
@oXtxNt9U oXtxNt9U changed the title fix(lint): no misused promise fix(lint): enable @typescript-eslint/no-misused-promises: error Mar 16, 2026
@oXtxNt9U oXtxNt9U changed the base branch from refactor/cli/fix-promise to develop March 16, 2026 02:27
@oXtxNt9U oXtxNt9U force-pushed the fix/lint/no-misused-promise branch from d884ad1 to 04f5edd Compare March 16, 2026 02:43
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 16, 2026

Codecov Report

❌ Patch coverage is 27.84810% with 57 lines in your changes missing coverage. Please review.
✅ Project coverage is 53.45%. Comparing base (d70a611) to head (bc8bdc1).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
packages/api-sync/source/tokens/whitelist.ts 0.00% 16 Missing ⚠️
packages/kernel/source/ipc/handler.ts 0.00% 15 Missing ⚠️
packages/kernel/source/services/config/watcher.ts 16.66% 10 Missing ⚠️
packages/p2p/source/service.ts 0.00% 9 Missing ⚠️
...nel/source/bootstrap/listen-to-shutdown-signals.ts 50.00% 3 Missing ⚠️
...kernel/source/services/filesystem/drivers/local.ts 0.00% 2 Missing ⚠️
...ges/api-sync/source/listeners/abstract-listener.ts 50.00% 1 Missing ⚠️
packages/utils/source/index.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1250      +/-   ##
===========================================
+ Coverage    53.14%   53.45%   +0.31%     
===========================================
  Files         1121     1125       +4     
  Lines        62460    62911     +451     
  Branches      1718     1797      +79     
===========================================
+ Hits         33192    33628     +436     
- Misses       29136    29149      +13     
- Partials       132      134       +2     
Flag Coverage Δ
contracts 98.60% <ø> (?)
packages 53.14% <27.84%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sebastijankuzner sebastijankuzner merged commit a62cb2c into develop Mar 17, 2026
22 of 23 checks passed
@sebastijankuzner sebastijankuzner deleted the fix/lint/no-misused-promise branch March 17, 2026 10:39
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