PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Bugfix/cleanup2 #291

Closed Gonzom closed 3 years ago

Gonzom commented 3 years ago

Second cleanup pass.

This cleanup includes the following:

codecov-io commented 3 years ago

Codecov Report

Merging #291 (5f01922) into develop (ea15719) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #291      +/-   ##
===========================================
- Coverage    98.04%   98.04%   -0.01%     
===========================================
  Files           68       68              
  Lines         2964     2963       -1     
===========================================
- Hits          2906     2905       -1     
  Misses          58       58              
Impacted Files Coverage Δ
app/internal/celebrity.py 100.00% <ø> (ø)
app/database/models.py 96.70% <100.00%> (ø)
app/internal/astronomy.py 100.00% <100.00%> (ø)
app/internal/daily_quotes.py 100.00% <100.00%> (ø)
app/internal/export.py 100.00% <100.00%> (ø)
app/internal/import_file.py 100.00% <100.00%> (ø)
app/internal/json_data_loader.py 100.00% <100.00%> (ø)
app/internal/languages.py 100.00% <100.00%> (ø)
app/internal/search.py 100.00% <100.00%> (ø)
app/internal/translation.py 100.00% <100.00%> (ø)
... and 9 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 ea15719...5f01922. Read the comment docs.