PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/event comments #241

Closed ShiZinDle closed 3 years ago

ShiZinDle commented 3 years ago

Add comments to event page (post and delete). Fix event tabs layout. Add tests for new functions and routes.

codecov-io commented 3 years ago

Codecov Report

Merging #241 (e7fc55b) into develop (9724685) will decrease coverage by 0.00%. The diff coverage is 98.71%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #241      +/-   ##
===========================================
- Coverage    99.04%   99.04%   -0.01%     
===========================================
  Files           50       49       -1     
  Lines         2310     2307       -3     
===========================================
- Hits          2288     2285       -3     
  Misses          22       22              
Impacted Files Coverage Δ
app/database/models.py 96.27% <92.30%> (-0.35%) :arrow_down:
app/internal/comment.py 100.00% <100.00%> (ø)
app/internal/utils.py 100.00% <100.00%> (ø)
app/routers/event.py 97.63% <100.00%> (+0.31%) :arrow_up:
app/main.py 96.55% <0.00%> (-0.12%) :arrow_down:
app/routers/dayview.py 100.00% <0.00%> (ø)
app/routers/four_o_four.py
app/routers/weekview.py

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 9724685...9b2f2ec. Read the comment docs.