cul-2016 / quiz

11 stars 4 forks source link

Lti performance #685

Closed Danwhy closed 5 years ago

Danwhy commented 6 years ago

Adds performance page that can be viewed embedded in Moodle.

As a cookie cannot be set in an iframe, we're having to render this page on the server after verifying the user using lti oauth. This page is only accessible using a valid lti request to /lti/performance

ref #679

codecov-io commented 5 years ago

Codecov Report

Merging #685 into staging will decrease coverage by 0.47%. The diff coverage is 25%.

Impacted file tree graph

@@             Coverage Diff             @@
##           staging     #685      +/-   ##
===========================================
- Coverage    88.56%   88.08%   -0.48%     
===========================================
  Files          144      146       +2     
  Lines         3357     3390      +33     
  Branches       600      605       +5     
===========================================
+ Hits          2973     2986      +13     
- Misses         384      404      +20
Impacted Files Coverage Δ
server/plugins/lti.js 26.08% <23.21%> (+3.35%) :arrow_up:
public/template.js 50% <50%> (ø)
src/js/lib/normaliseText.js 66.66% <0%> (ø)

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 ff23ada...cd4e9cf. Read the comment docs.