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

Add a debug feature to both crates to allow access to the internal data. #34

Merged
merged 2 commits into from
Dec 15, 2024

Conversation

andriyDev
Copy link
Owner

Previously, it was difficult to get an understanding of why agents are getting a certain avoidance velocity. This would require patching and then reading through logs or something. Now, we can give this data over to users if they specify the feature. This lets you render it at runtime.

Copy link

codecov bot commented Dec 15, 2024

Codecov Report

Attention: Patch coverage is 62.63736% with 34 lines in your changes missing coverage. Please review.

Project coverage is 98.1%. Comparing base (d932e31) to head (e985033).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
crates/dodgy_2d/src/lib.rs 67.8% 18 Missing ⚠️
crates/dodgy_3d/src/lib.rs 54.2% 16 Missing ⚠️
Additional details and impacted files
Files with missing lines Coverage Δ
crates/dodgy_3d/src/lib.rs 92.0% <54.2%> (-8.0%) ⬇️
crates/dodgy_2d/src/lib.rs 91.3% <67.8%> (-6.4%) ⬇️

... and 2 files with indirect coverage changes

@andriyDev andriyDev merged commit 7995b7f into main Dec 15, 2024
7 of 8 checks passed
@andriyDev andriyDev deleted the debug branch December 15, 2024 07:33
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.

1 participant