fox-it / flow.record

Recordization library
GNU Affero General Public License v3.0
7 stars 9 forks source link

Add behaviour to always use datetime.UTC if there is no zoneinfo available #86

Closed Miauwkeru closed 11 months ago

Miauwkeru commented 11 months ago

DIS-2238

codecov[bot] commented 11 months ago

Codecov Report

Merging #86 (4a69b7f) into main (2e2eb62) will decrease coverage by 0.05%. The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main      #86      +/-   ##
==========================================
- Coverage   79.27%   79.22%   -0.05%     
==========================================
  Files          32       32              
  Lines        2924     2932       +8     
==========================================
+ Hits         2318     2323       +5     
- Misses        606      609       +3     
Flag Coverage Δ
unittests 79.22% <60.00%> (-0.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
flow/record/fieldtypes/__init__.py 91.40% <60.00%> (-0.77%) :arrow_down:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

yunzheng commented 11 months ago

LGTM