PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature Panel - Backend #283

Closed LiranCaduri closed 3 years ago

LiranCaduri commented 3 years ago

Feature Panel for Pylender system.

Frontend integration by: @aviadamar in https://github.com/PythonFreeCourse/calendar/pull/284.

Bring a decorator to control access to features.

codecov-io commented 3 years ago

Codecov Report

Merging #283 (105d253) into develop (f85eb84) will decrease coverage by 0.72%. The diff coverage is 75.55%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #283      +/-   ##
===========================================
- Coverage    95.40%   94.67%   -0.73%     
===========================================
  Files           79       82       +3     
  Lines         3549     3684     +135     
===========================================
+ Hits          3386     3488     +102     
- Misses         163      196      +33     
Impacted Files Coverage Δ
app/routers/features.py 50.00% <50.00%> (ø)
app/internal/features.py 77.77% <77.77%> (ø)
app/database/models.py 97.40% <100.00%> (+0.18%) :arrow_up:
app/internal/features_index.py 100.00% <100.00%> (ø)
app/main.py 95.74% <100.00%> (+0.62%) :arrow_up:
app/routers/google_connect.py 100.00% <100.00%> (ø)

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 f85eb84...105d253. Read the comment docs.