tpaviot / ProcessScheduler

A Python package for automatic and optimized resource scheduling
https://processscheduler.github.io/
GNU General Public License v3.0
58 stars 17 forks source link

V2 #134

Closed tpaviot closed 7 months ago

codecov-commenter commented 7 months ago

Codecov Report

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

Comparison is base (d732ce1) 95.24% compared to head (e2d3dcd) 22.73%.

Files Patch % Lines
test/test_indicator.py 9.06% 321 Missing :warning:
test/test_optional_task.py 8.64% 317 Missing :warning:
test/test_buffer.py 7.97% 277 Missing :warning:
test/test_solver.py 10.54% 229 Missing :warning:
test/test_task.py 12.89% 223 Missing :warning:
processscheduler/objective.py 29.61% 183 Missing :warning:
test/test_resource_tasks_distance.py 5.97% 173 Missing :warning:
processscheduler/plotter.py 10.98% 154 Missing :warning:
test/test_json_io.py 17.46% 137 Missing :warning:
test/test_cost.py 13.24% 131 Missing :warning:
... and 27 more

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #134 +/- ## =========================================== - Coverage 95.24% 22.73% -72.51% =========================================== Files 42 39 -3 Lines 4475 4807 +332 =========================================== - Hits 4262 1093 -3169 - Misses 213 3714 +3501 ```

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