PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/shabbatime #333

Open elor555 opened 3 years ago

elor555 commented 3 years ago

Create a new feature In my feature, the shabbat time by the user location of the week are displayed every Saturday (on the dayview page).

i also made location class. Needs further treatment:

codecov-io commented 3 years ago

Codecov Report

Merging #333 (3e96f7d) into develop (5c2136b) will decrease coverage by 0.11%. The diff coverage is 88.23%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #333      +/-   ##
===========================================
- Coverage    94.43%   94.31%   -0.12%     
===========================================
  Files           91       90       -1     
  Lines         4257     4169      -88     
===========================================
- Hits          4020     3932      -88     
  Misses         237      237              
Impacted Files Coverage Δ
app/routers/dayview.py 97.82% <77.77%> (-1.42%) :arrow_down:
app/internal/locations.py 78.94% <78.94%> (ø)
app/database/models.py 97.37% <100.00%> (-0.10%) :arrow_down:
app/internal/json_data_loader.py 100.00% <100.00%> (ø)
app/internal/shabbat.py 100.00% <100.00%> (ø)
app/internal/event.py 95.71% <0.00%> (-0.92%) :arrow_down:
app/main.py 95.83% <0.00%> (-0.17%) :arrow_down:
app/dependencies.py 87.50% <0.00%> (ø)
app/routers/export.py 82.35% <0.00%> (ø)
... and 10 more

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 5c2136b...bf56e9b. Read the comment docs.