JuliaDynamics / Agents.jl

Agent-based modeling framework in Julia
https://juliadynamics.github.io/Agents.jl/stable/
MIT License
712 stars 114 forks source link

Debug errors in CI #958

Closed Tortar closed 5 months ago

Tortar commented 5 months ago

just opened to look at errors in CI

codecov-commenter commented 5 months ago

Codecov Report

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

Comparison is base (8b5b456) 70.12% compared to head (ddd14bc) 85.71%. Report is 63 commits behind head on main.

Files Patch % Lines
src/simulations/collect.jl 55.07% 93 Missing :warning:
src/simulations/step.jl 28.76% 52 Missing :warning:
src/core/model_event_queue.jl 37.70% 38 Missing :warning:
src/spaces/walk.jl 67.85% 9 Missing :warning:
src/core/model_free_extensions.jl 75.00% 7 Missing :warning:
src/spaces/continuous.jl 85.71% 6 Missing :warning:
src/core/model_validation.jl 89.36% 5 Missing :warning:
src/spaces/graph.jl 80.95% 4 Missing :warning:
src/spaces/grid_multi.jl 92.00% 4 Missing :warning:
src/submodules/pathfinding/astar.jl 60.00% 4 Missing :warning:
... and 12 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #958 +/- ## =========================================== + Coverage 70.12% 85.71% +15.59% =========================================== Files 42 36 -6 Lines 2718 2542 -176 =========================================== + Hits 1906 2179 +273 + Misses 812 363 -449 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.