Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Judge): implementation of judge agent to validate code matches t… #1238

Merged
merged 6 commits into from
Jun 18, 2024

docs(judge): update judge documentation

4d332fc
Select commit
Loading
Failed to load commit list.
Merged

feat(Judge): implementation of judge agent to validate code matches t… #1238

docs(judge): update judge documentation
4d332fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2024 in 1s

78.78% (+0.15%) compared to 2c14f15

View this Pull Request on Codecov

78.78% (+0.15%) compared to 2c14f15

Details

Codecov Report

Attention: Patch coverage is 84.75610% with 25 lines in your changes missing coverage. Please review.

Project coverage is 78.78%. Comparing base (2c14f15) to head (4d332fc).

Files Patch % Lines
pandasai/pipelines/chat/generate_chat_pipeline.py 50.00% 9 Missing ⚠️
...e/agents/judge_agent/prompts/judge_agent_prompt.py 68.18% 7 Missing ⚠️
pandasai/ee/agents/judge_agent/__init__.py 75.00% 5 Missing ⚠️
pandasai/pipelines/pipeline.py 90.00% 2 Missing ⚠️
pandasai/agent/base_judge.py 90.90% 1 Missing ⚠️
...i/ee/agents/judge_agent/pipeline/judge_pipeline.py 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1238      +/-   ##
==========================================
+ Coverage   78.62%   78.78%   +0.15%     
==========================================
  Files         132      139       +7     
  Lines        5540     5698     +158     
==========================================
+ Hits         4356     4489     +133     
- Misses       1184     1209      +25     

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