PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feat: Event View Backend #159

Closed OdeYec closed 3 years ago

OdeYec commented 3 years ago

Improved backend of the get method endpoint of "eventview" to show actual event details instead of placeholders.

On the way:

codecov-io commented 3 years ago

Codecov Report

Merging #159 (d78df37) into develop (38d6088) will decrease coverage by 1.12%. The diff coverage is 78.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #159      +/-   ##
===========================================
- Coverage    99.55%   98.42%   -1.13%     
===========================================
  Files           32       32              
  Lines         1115     1145      +30     
===========================================
+ Hits          1110     1127      +17     
- Misses           5       18      +13     
Impacted Files Coverage Δ
app/internal/event.py 100.00% <ø> (ø)
app/internal/quotes/load_quotes.py 100.00% <ø> (ø)
app/routers/event.py 88.18% <77.19%> (-11.82%) :arrow_down:
app/main.py 97.14% <100.00%> (+0.08%) :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 38d6088...d78df37. Read the comment docs.