cul-2016 / quiz

11 stars 4 forks source link

stops wrongfully clearing module data #725

Closed Danwhy closed 5 years ago

Danwhy commented 5 years ago

ref #720

Only clear module data if user is actually on the dashboard. Should prevent the 'nothing to see here' error.

codecov-io commented 5 years ago

Codecov Report

Merging #725 into staging will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           staging     #725   +/-   ##
========================================
  Coverage    88.01%   88.01%           
========================================
  Files          146      146           
  Lines         3405     3405           
  Branches       609      609           
========================================
  Hits          2997     2997           
  Misses         408      408

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 a28ac54...856fbb0. Read the comment docs.

iteles commented 5 years ago

Thanks @danwhy!