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(arbiter-core / arbiter-engine): broadcasters, halting, test sims #801

Merged
merged 21 commits into from
Jan 22, 2024

fix error

a6744b8
Select commit
Loading
Failed to load commit list.
Merged

feat(arbiter-core / arbiter-engine): broadcasters, halting, test sims #801

fix error
a6744b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 22, 2024 in 0s

56.48% (target 50.00%)

View this Pull Request on Codecov

56.48% (target 50.00%)

Details

Codecov Report

Attention: 53 lines in your changes are missing coverage. Please review.

Comparison is base (7ecc57a) 53.29% compared to head (a6744b8) 56.48%.
Report is 47 commits behind head on main.

Files Patch % Lines
arbiter-engine/src/agent.rs 89.72% 15 Missing ⚠️
arbiter-engine/src/machine.rs 76.36% 13 Missing ⚠️
arbiter-engine/src/world.rs 85.39% 13 Missing ⚠️
arbiter-core/src/middleware/connection.rs 85.29% 5 Missing ⚠️
arbiter-core/src/data_collection.rs 95.12% 2 Missing ⚠️
arbiter-core/src/environment/mod.rs 81.81% 2 Missing ⚠️
arbiter-engine/src/messager.rs 94.28% 2 Missing ⚠️
arbiter-core/src/middleware/mod.rs 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #801      +/-   ##
==========================================
+ Coverage   53.29%   56.48%   +3.19%     
==========================================
  Files          37       38       +1     
  Lines        7397     7637     +240     
==========================================
+ Hits         3942     4314     +372     
+ Misses       3455     3323     -132     

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