Conversation
Codecov ReportBase: 99.01% // Head: 98.42% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #214 +/- ##
==========================================
- Coverage 99.01% 98.42% -0.59%
==========================================
Files 25 26 +1
Lines 1316 1395 +79
==========================================
+ Hits 1303 1373 +70
- Misses 13 22 +9
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
| question_file = QuestionFile(question=question, file=uploaded_file) | ||
| question_file.save() | ||
| return question_file |
There was a problem hiding this comment.
Will this automatically save to S3 instead of local?
Students can now upload files and delete files associated with questions.