globaldothealth / adtl

Another data transformation language
https://adtl.readthedocs.io
MIT License
1 stars 0 forks source link

Patch for endDate #54

Closed pipliggins closed 1 year ago

pipliggins commented 1 year ago

fixes problem where duration is being read in as a string rather than a float

codecov-commenter commented 1 year ago

Codecov Report

Merging #54 (9d0675f) into main (672e578) will increase coverage by 0.01%. The diff coverage is 100.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   90.03%   90.04%   +0.01%     
==========================================
  Files           4        4              
  Lines         632      633       +1     
==========================================
+ Hits          569      570       +1     
  Misses         63       63              
Impacted Files Coverage Δ
tests/test_parser.py 100.00% <ø> (ø)
adtl/__init__.py 84.98% <100.00%> (ø)
adtl/transformations.py 97.50% <100.00%> (+0.06%) :arrow_up: