Skip to content

chore: move API readiness reporting to terminal output#36433

Merged
hyoban merged 2 commits into
mainfrom
codex/contracts-readiness-terminal-output
May 20, 2026
Merged

chore: move API readiness reporting to terminal output#36433
hyoban merged 2 commits into
mainfrom
codex/contracts-readiness-terminal-output

Conversation

@hyoban
Copy link
Copy Markdown
Member

@hyoban hyoban commented May 20, 2026

Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

close #36432

Screenshots

Before After
... ...

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran make lint && make type-check (backend) and cd web && pnpm exec vp staged (frontend) to appease the lint gods

@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. refactor labels May 20, 2026
lyzno1
lyzno1 previously approved these changes May 20, 2026
@github-actions github-actions Bot added the web This relates to changes on the web. label May 20, 2026
@dosubot dosubot Bot added the lgtm This PR has been approved by a maintainer label May 20, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.02%. Comparing base (de38bba) to head (47a1c89).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #36433   +/-   ##
=======================================
  Coverage   86.02%   86.02%           
=======================================
  Files        4478     4478           
  Lines      213494   213494           
  Branches    39681    39681           
=======================================
  Hits       183666   183666           
  Misses      26565    26565           
  Partials     3263     3263           
Flag Coverage Δ
dify-ui 94.80% <ø> (ø)
web 86.57% <ø> (ø)

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.

@hyoban hyoban added this pull request to the merge queue May 20, 2026
Merged via the queue into main with commit b64d4b5 May 20, 2026
33 checks passed
@hyoban hyoban deleted the codex/contracts-readiness-terminal-output branch May 20, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm This PR has been approved by a maintainer refactor size:L This PR changes 100-499 lines, ignoring generated files. web This relates to changes on the web.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Refactor/Chore] move contract progress count to avoid conflict

2 participants