PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

feat: improve import file to calendar and extend capabilities #201

Closed Nir-P closed 3 years ago

Nir-P commented 3 years ago

This is an extension for import to calendar:

what's new?

the new rules we set (can be changed through a global variable):

Additional tests added:

codecov-io commented 3 years ago

Codecov Report

Merging #201 (9a4124e) into develop (a1f2998) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #201      +/-   ##
===========================================
+ Coverage    99.36%   99.39%   +0.02%     
===========================================
  Files           36       37       +1     
  Lines         1418     1485      +67     
===========================================
+ Hits          1409     1476      +67     
  Misses           9        9              
Impacted Files Coverage Δ
app/internal/import_file.py 100.00% <100.00%> (ø)
app/routers/dayview.py 100.00% <0.00%> (ø)
app/internal/quotes/daily_quotes.py
app/internal/quotes/load_quotes.py
app/internal/zodiac.py 100.00% <0.00%> (ø)
app/internal/json_data_loader.py 100.00% <0.00%> (ø)
app/internal/daily_quotes.py 100.00% <0.00%> (ø)
app/database/models.py 96.22% <0.00%> (+0.39%) :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 a1f2998...9a4124e. Read the comment docs.