spoqa / sqlalchemy-utc

SQLAlchemy type to store aware datetime values
https://pypi.python.org/pypi/SQLAlchemy-Utc
MIT License
101 stars 20 forks source link

Split sqlalchemy_utc module into a package #3

Closed gwax closed 6 years ago

gwax commented 6 years ago

This PR breaks the sqlalchemy_utc.py module into a sqlalchemy_utc/ package. The API is undisturbed. This PR doe not introduce any functional changes.

codecov-io commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by 0.22%. The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #3      +/-   ##
==========================================
+ Coverage   96.55%   96.77%   +0.22%     
==========================================
  Files           1        3       +2     
  Lines          29       31       +2     
==========================================
+ Hits           28       30       +2     
  Misses          1        1
Impacted Files Coverage Δ
sqlalchemy_utc/sqltypes.py 100% <100%> (ø)
sqlalchemy_utc/version.py 100% <100%> (ø)
sqlalchemy_utc/timezone.py 92.85% <92.85%> (ø)

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 3d4cf0e...bd8bebd. Read the comment docs.

gwax commented 6 years ago

@dahlia this PR is now ready.

dahlia commented 6 years ago

Thanks!