Georepublic / pg_scheduleserv

RESTful API Server for scheduling VRP tasks using vrpRouting and VROOM, written in Go. Demo Application
GNU Affero General Public License v3.0
8 stars 0 forks source link

Enable scheduling new tasks such that previous tasks are not unscheduled #31

Closed krashish8 closed 2 years ago

krashish8 commented 2 years ago

Fixes #15, #22

Changes proposed in this pull request:

codecov-commenter commented 2 years ago

Codecov Report

Merging #31 (3850fcd) into develop (eec5cb6) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #31      +/-   ##
===========================================
+ Coverage    76.10%   76.12%   +0.02%     
===========================================
  Files           36       36              
  Lines         2352     2354       +2     
===========================================
+ Hits          1790     1792       +2     
  Misses         414      414              
  Partials       148      148              
Impacted Files Coverage Δ
e2e_test/util.go 48.27% <100.00%> (+3.83%) :arrow_up:
internal/database/schedule.go 84.54% <100.00%> (ø)

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 eec5cb6...3850fcd. Read the comment docs.