sotopia-lab / sotopia

Sotopia: an Open-ended Social Learning Environment (ICLR 2024 spotlight)
https://docs.sotopia.world
MIT License
166 stars 21 forks source link

[Automated] Merge release into main #214

Closed ProKil closed 1 month ago

ProKil commented 1 month ago

Automated Pull Request

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 40.90909% with 26 lines in your changes missing coverage. Please review.

Project coverage is 70.63%. Comparing base (830c4b0) to head (12e74a6). Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
sotopia/generation_utils/generate.py 53.57% 13 Missing :warning:
sotopia/samplers/uniform_sampler.py 0.00% 8 Missing :warning:
sotopia/samplers/constraint_based_sampler.py 37.50% 5 Missing :warning:
@@            Coverage Diff             @@
##             main     #214      +/-   ##
==========================================
+ Coverage   69.37%   70.63%   +1.25%     
==========================================
  Files          56       56              
  Lines        2971     3347     +376     
==========================================
+ Hits         2061     2364     +303     
- Misses        910      983      +73     
Files with missing lines Coverage Δ
sotopia/agents/generate_agent_background.py 23.33% <ø> (ø)
sotopia/agents/llm_agent.py 43.68% <ø> (ø)
sotopia/envs/parallel.py 78.37% <ø> (ø)
tests/envs/test_parallel.py 100.00% <ø> (ø)
tests/generation_utils/test_generation.py 81.81% <ø> (ø)
tests/sampler/test_sampler.py 100.00% <ø> (ø)
sotopia/samplers/constraint_based_sampler.py 86.11% <37.50%> (-4.80%) :arrow_down:
sotopia/samplers/uniform_sampler.py 71.79% <0.00%> (-13.06%) :arrow_down:
sotopia/generation_utils/generate.py 58.07% <53.57%> (+2.76%) :arrow_up:

... and 4 files with indirect coverage changes