tpaviot / ProcessScheduler

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

Workload and other minor fixes #31

Closed tpaviot closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #31 (f2b87ed) into master (687f2de) will increase coverage by 0.34%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
+ Coverage   97.81%   98.16%   +0.34%     
==========================================
  Files          24       24              
  Lines        2562     2613      +51     
==========================================
+ Hits         2506     2565      +59     
+ Misses         56       48       -8     
Impacted Files Coverage Δ
test/test_multiple_objectives.py 98.07% <ø> (-0.04%) :arrow_down:
test/test_resource_unavailable.py 98.18% <ø> (-0.04%) :arrow_down:
processscheduler/resource_constraint.py 97.05% <100.00%> (+3.40%) :arrow_up:
processscheduler/solver.py 100.00% <100.00%> (ø)
test/test_gantt.py 99.21% <100.00%> (+0.33%) :arrow_up:
test/test_workload.py 98.33% <100.00%> (+0.33%) :arrow_up:
processscheduler/solution.py 94.82% <0.00%> (+3.44%) :arrow_up:

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 687f2de...f2b87ed. Read the comment docs.