wtg / shuttletracker

🚐 Shuttle tracking for RPI.
https://shuttles.rpi.edu
GNU Affero General Public License v3.0
46 stars 53 forks source link

Fall 2020 update spoofing #305

Closed MattCzyr closed 4 years ago

MattCzyr commented 4 years ago

What:

  1. Updated the starter spoof data to correspond to the shuttle routes for fall 2020
  2. Moved the old data to the spoof_data/deprecated folder
  3. Created a workaround for an issue encountered where spoofer configuration options were not read properly

How:

  1. Removed Winslow loop from west route data; removed south route data; north route data remains same
  2. N/A
  3. Re-read spoofer configuration options after config has already been processed

Included Commits:

Is This Related to An Issue? (link if applicable):

N/A

Additional Notes:

N/A

codecov[bot] commented 4 years ago

Codecov Report

Merging #305 into master will increase coverage by 0.45%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #305      +/-   ##
==========================================
+ Coverage   37.29%   37.75%   +0.45%     
==========================================
  Files          17       17              
  Lines        1566     1396     -170     
==========================================
- Hits          584      527      -57     
+ Misses        917      807     -110     
+ Partials       65       62       -3     
Impacted Files Coverage Ξ”
postgres/postgres.go 47.05% <0.00%> (-4.30%) :arrow_down:
postgres/user.go 76.19% <0.00%> (-2.98%) :arrow_down:
api/vehicles.go 23.07% <0.00%> (-2.51%) :arrow_down:
api/casauth.go 75.75% <0.00%> (-2.30%) :arrow_down:
postgres/route.go 66.40% <0.00%> (-0.77%) :arrow_down:
updater/updater.go 4.04% <0.00%> (-0.50%) :arrow_down:
api/fusion.go 10.81% <0.00%> (-0.20%) :arrow_down:
api/routes.go 0.00% <0.00%> (ΓΈ)
api/data_feed.go 0.00% <0.00%> (ΓΈ)
api/filesystem.go 0.00% <0.00%> (ΓΈ)
... and 7 more

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 2a3a3a2...5d68451. Read the comment docs.