Skip to content

Conversation

lsy357
Copy link
Collaborator

@lsy357 lsy357 commented Oct 17, 2025

What type of PR is this?

feat

Check the PR title.

  • This PR title match the format: [<type>][<scope>]: <description>. For example: [fix][backend] flaky fix
  • The description of this PR title is user-oriented and clear enough for others to understand.
  • Add documentation if the current PR requires user awareness at the usage level.
  • This PR is written in English. PRs not in English will not be reviewed.

(Optional) Translate the PR title into Chinese.

(Optional) More detailed description for this PR(en: English/zh: Chinese).

en:
zh(optional):

(Optional) Which issue(s) this PR fixes:

lsy357 and others added 3 commits October 17, 2025 14:22
* feat: code evaluator

---------

Co-authored-by: Coda <[email protected]>
Co-authored-by: wuwenqi <[email protected]>
Co-authored-by: liushengyang <[email protected]>
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

❌ Patch coverage is 81.67457% with 116 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ules/evaluation/infra/runtime/http_faas_runtime.go 68.20% 66 Missing and 3 partials ⚠️
...modules/evaluation/infra/runtime/python_runtime.go 85.22% 11 Missing and 2 partials ⚠️
...ackend/modules/evaluation/infra/runtime/factory.go 88.77% 8 Missing and 3 partials ⚠️
...les/evaluation/infra/runtime/javascript_runtime.go 88.88% 9 Missing and 1 partial ⚠️
...ackend/modules/evaluation/infra/runtime/manager.go 91.01% 6 Missing and 2 partials ⚠️
backend/modules/evaluation/pkg/conf/evaluator.go 90.00% 5 Missing ⚠️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #230      +/-   ##
==========================================
+ Coverage   64.06%   64.26%   +0.20%     
==========================================
  Files         503      507       +4     
  Lines       56168    56715     +547     
==========================================
+ Hits        35983    36447     +464     
- Misses      17676    17748      +72     
- Partials     2509     2520      +11     
Flag Coverage Δ
unittests 64.26% <81.67%> (+0.20%) ⬆️

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

Files with missing lines Coverage Δ
...nd/api/handler/coze/loop/apis/evaluator_service.go 4.34% <100.00%> (+4.34%) ⬆️
backend/modules/evaluation/pkg/conf/evaluator.go 76.85% <90.00%> (+28.85%) ⬆️
...ackend/modules/evaluation/infra/runtime/manager.go 91.01% <91.01%> (ø)
...les/evaluation/infra/runtime/javascript_runtime.go 88.88% <88.88%> (ø)
...ackend/modules/evaluation/infra/runtime/factory.go 88.77% <88.77%> (ø)
...modules/evaluation/infra/runtime/python_runtime.go 85.22% <85.22%> (ø)
...ules/evaluation/infra/runtime/http_faas_runtime.go 68.20% <68.20%> (ø)

... and 3 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 570bdb6...a19326e. Read the comment docs.

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

@lsy357 lsy357 merged commit b6acd40 into main Oct 20, 2025
21 checks passed
@lsy357 lsy357 deleted the release/v1.4.0 branch October 20, 2025 03:32
@lsy357 lsy357 linked an issue Oct 20, 2025 that may be closed by this pull request
5 tasks
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.

[FEATURE] Support Custom Code Evaluators for Prompt Experiment Results

4 participants