IllumiDesk / illumidesk

IllumiDesk enhances your LMS with Jupyter Notebooks + Auto-Grading.
https://docs.illumidesk.com
Other
43 stars 13 forks source link

Remove int cast for gid/uid #604

Closed jgwerner closed 3 years ago

jgwerner commented 3 years ago

Removes the int cast for the NB_GID and NB_UID environment variables in the grader service.

This was added when reviewing bug sources for the failing grader-setup-service and finally settled on merging #602, but inadvertently left this cast in place which is not necessary.

codecov[bot] commented 3 years ago

Codecov Report

Merging #604 (c155dad) into main (af3c85b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #604   +/-   ##
=======================================
  Coverage   66.50%   66.50%           
=======================================
  Files          12       12           
  Lines         806      806           
=======================================
  Hits          536      536           
  Misses        270      270           

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 af3c85b...c155dad. Read the comment docs.