PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/event upload image #294

Closed imimouni closed 3 years ago

imimouni commented 3 years ago

add the option to upload an image to be attached to the event and view it on the eventview page

codecov-io commented 3 years ago

Codecov Report

Merging #294 (20ee5fa) into develop (b947751) will decrease coverage by 0.07%. The diff coverage is 87.50%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #294      +/-   ##
===========================================
- Coverage    95.41%   95.33%   -0.08%     
===========================================
  Files           79       79              
  Lines         3575     3603      +28     
===========================================
+ Hits          3411     3435      +24     
- Misses         164      168       +4     
Impacted Files Coverage Δ
app/routers/event.py 96.00% <85.18%> (-1.10%) :arrow_down:
app/database/models.py 97.26% <100.00%> (+0.01%) :arrow_up:
app/dependencies.py 100.00% <100.00%> (ø)
app/main.py 95.23% <100.00%> (+0.11%) :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 b947751...0421816. Read the comment docs.