PythonFreeCourse / calendar

Apache License 2.0
34 stars 52 forks source link

Feature/i18n #174

Closed Gonzom closed 3 years ago

Gonzom commented 3 years ago

Closes #23

Gonzom commented 3 years ago

@yammesicka this wasn't merged last time. Please merge this before the other PR or that PR probably won't work.

codecov-io commented 3 years ago

Codecov Report

Merging #174 (23c7354) into develop (21faa13) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #174      +/-   ##
===========================================
+ Coverage    99.22%   99.23%   +0.01%     
===========================================
  Files           40       41       +1     
  Lines         1546     1576      +30     
===========================================
+ Hits          1534     1564      +30     
  Misses          12       12              
Impacted Files Coverage Δ
app/routers/agenda.py 100.00% <ø> (ø)
app/routers/profile.py 100.00% <ø> (ø)
app/database/models.py 96.61% <100.00%> (+0.14%) :arrow_up:
app/dependencies.py 100.00% <100.00%> (ø)
app/internal/languages.py 100.00% <100.00%> (ø)
app/main.py 96.77% <100.00%> (+0.22%) :arrow_up:
app/routers/invitation.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 21faa13...23c7354. Read the comment docs.

yammesicka commented 3 years ago

The code has some failing tests :(