opendilab / GoBigger

[ICLR 2023] Come & try Decision-Intelligence version of "Agar"! Gobigger could also help you with multi-agent decision intelligence study.
https://gobigger.readthedocs.io/en/latest/
Apache License 2.0
457 stars 34 forks source link

Add test #5

Closed mingzhang96 closed 2 years ago

mingzhang96 commented 2 years ago
codecov[bot] commented 2 years ago

Codecov Report

Merging #5 (0d92374) into main (9f32196) will increase coverage by 9.37%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #5      +/-   ##
==========================================
+ Coverage   85.77%   95.15%   +9.37%     
==========================================
  Files          52       51       -1     
  Lines        3108     3135      +27     
==========================================
+ Hits         2666     2983     +317     
+ Misses        442      152     -290     
Flag Coverage Δ
unittests 95.15% <100.00%> (+9.37%) :arrow_up:

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

Impacted Files Coverage Δ
gobigger/balls/tests/test_spore_ball.py 100.00% <ø> (ø)
gobigger/utils/__init__.py 100.00% <ø> (ø)
gobigger/utils/tool.py 77.27% <ø> (+33.37%) :arrow_up:
gobigger/agents/tests/test_base_agent.py 100.00% <100.00%> (ø)
gobigger/agents/tests/test_bot_agent.py 100.00% <100.00%> (+3.84%) :arrow_up:
gobigger/balls/tests/test_base_ball.py 100.00% <100.00%> (ø)
gobigger/balls/tests/test_clone_ball.py 99.29% <100.00%> (+0.14%) :arrow_up:
gobigger/balls/tests/test_food_ball.py 100.00% <100.00%> (ø)
gobigger/balls/tests/test_thorns_ball.py 100.00% <100.00%> (ø)
gobigger/managers/tests/test_base_manager.py 100.00% <100.00%> (ø)
... and 30 more

Continue to review full report at Codecov.

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