PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/separate vc link #263

Closed Michael-B-D closed 3 years ago

Michael-B-D commented 3 years ago

separate the VC link from the location in the frontend and in the DB

codecov-io commented 3 years ago

Codecov Report

Merging #263 (069524b) into develop (9724685) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #263      +/-   ##
===========================================
+ Coverage    99.04%   99.06%   +0.01%     
===========================================
  Files           50       48       -2     
  Lines         2310     2251      -59     
===========================================
- Hits          2288     2230      -58     
+ Misses          22       21       -1     
Impacted Files Coverage Δ
app/database/models.py 96.64% <100.00%> (+0.02%) :arrow_up:
app/internal/event.py 100.00% <100.00%> (ø)
app/routers/event.py 97.29% <100.00%> (-0.02%) :arrow_down:
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...f635e16. Read the comment docs.