Skip to content

[bot] Merge master/5684211c into rel/dev#1695

Merged
yenkins-admin merged 3 commits into
rel/devfrom
snapshot-master-5684211c-to-rel/dev
Jul 23, 2026
Merged

[bot] Merge master/5684211c into rel/dev#1695
yenkins-admin merged 3 commits into
rel/devfrom
snapshot-master-5684211c-to-rel/dev

Conversation

@yenkins-admin

Copy link
Copy Markdown
Contributor

🚀 Automated PR to perform merge from master into rel/dev with changes up to 5684211 (created by https://github.com/gooddata/gooddata-python-sdk/actions/runs/29989858238).

Tomkess and others added 3 commits July 22, 2026 15:48
…turn evaluators

metric_skill and alert_skill evaluators already parse the create_metric /
create_metric_alert tool call's result to grade the run, but discarded the
real server-assigned id. Downstream consumers running these single-turn
evals against a shared workspace (e.g. a CI orchestrator) currently have no
way to know exactly what was created, and have to diff the workspace
catalog before/after to guess at cleanup -- fragile under concurrent
activity. Surface the id gd-eval already has in memory instead.
result_data["data"] being present but not a dict (malformed/unexpected
tool-result payload) crashed with AttributeError on .get("id") instead of
reporting automation_id=None like the rest of the function already does
for other malformed shapes.

Addresses CodeRabbit review comment on #1694.
feat(gooddata-eval): report created metric/automation id from single-turn evaluators
@yenkins-admin
yenkins-admin merged commit b37a500 into rel/dev Jul 23, 2026
1 check passed
@yenkins-admin
yenkins-admin deleted the snapshot-master-5684211c-to-rel/dev branch July 23, 2026 08:00
@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: befe6f95-b8cf-4b89-9060-49801e5af29c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov

codecov Bot commented Jul 23, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 78.05%. Comparing base (56f00e1) to head (5684211).
⚠️ Report is 537 commits behind head on rel/dev.

Files with missing lines Patch % Lines
...l/src/gooddata_eval/core/evaluators/alert_skill.py 85.71% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           rel/dev    #1695   +/-   ##
========================================
  Coverage    78.05%   78.05%           
========================================
  Files          271      271           
  Lines        18669    18676    +7     
========================================
+ Hits         14572    14578    +6     
- Misses        4097     4098    +1     

☔ View full report in Codecov by Harness.
📢 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.

@yenkins-admin
yenkins-admin restored the snapshot-master-5684211c-to-rel/dev branch July 23, 2026 08:12
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