Skip to content

fix(web): fix type check

4180490
Select commit
Loading
Failed to load commit list.
Open

feat(api): introduce select, file and file list form input types to Human Input node #36322

fix(web): fix type check
4180490
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 19, 2026 in 0s

86.01% (+0.02%) compared to b04b444

View this Pull Request on Codecov

86.01% (+0.02%) compared to b04b444

Details

Codecov Report

❌ Patch coverage is 88.09135% with 146 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.01%. Comparing base (b04b444) to head (4180490).
⚠️ Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
api/controllers/web/human_input_file_upload.py 69.09% 25 Missing and 9 partials ⚠️
api/services/human_input_file_upload_service.py 73.55% 16 Missing and 16 partials ⚠️
api/core/workflow/human_input_policy.py 64.86% 8 Missing and 5 partials ⚠️
api/core/workflow/node_runtime.py 56.66% 8 Missing and 5 partials ⚠️
api/services/human_input_service.py 89.69% 5 Missing and 5 partials ⚠️
...pt-editor/plugins/hitl-input-block/input-field.tsx 91.66% 6 Missing ⚠️
api/factories/file_factory/builders.py 91.07% 4 Missing and 1 partial ⚠️
web/service/fetch.ts 16.66% 5 Missing ⚠️
web/service/share.ts 81.48% 5 Missing ⚠️
api/controllers/web/human_input_form.py 85.18% 3 Missing and 1 partial ⚠️
... and 9 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #36322      +/-   ##
==========================================
+ Coverage   85.99%   86.01%   +0.02%     
==========================================
  Files        4458     4471      +13     
  Lines      211918   212975    +1057     
  Branches    39544    39806     +262     
==========================================
+ Hits       182232   183194     +962     
- Misses      26471    26537      +66     
- Partials     3215     3244      +29     

☔ 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.