pylti / lti

Learning Tools Interoperability for Python
Other
78 stars 45 forks source link

tool_provider: Fix doc for post_read_result #53

Closed nikolas closed 6 years ago

nikolas commented 6 years ago

post_read_result posts the readResult, not the replaceResult.

codecov[bot] commented 6 years ago

Codecov Report

Merging #53 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #53   +/-   ##
=======================================
  Coverage   83.64%   83.64%           
=======================================
  Files          16       16           
  Lines         648      648           
  Branches      113      113           
=======================================
  Hits          542      542           
  Misses         78       78           
  Partials       28       28
Impacted Files Coverage Δ
src/lti/tool_provider.py 89.87% <ø> (ø) :arrow_up:

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 41f5e28...323ad6c. Read the comment docs.

ryanhiebert commented 6 years ago

Thanks!