tpaviot / ProcessScheduler

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

Nb tasks assigned to resource #81

Closed tpaviot closed 3 years ago

tpaviot commented 3 years ago

Related to issue #80

codecov-commenter commented 3 years ago

Codecov Report

Merging #81 (45f074f) into master (771c474) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   94.94%   94.96%   +0.02%     
==========================================
  Files          30       30              
  Lines        3402     3417      +15     
==========================================
+ Hits         3230     3245      +15     
  Misses        172      172              
Impacted Files Coverage Δ
processscheduler/problem.py 97.24% <100.00%> (+0.05%) :arrow_up:
test/test_indicator.py 99.52% <100.00%> (+0.02%) :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 771c474...45f074f. Read the comment docs.