wunderfrucht / gouqi

a rust interface for jira
https://crates.io/crates/gouqi
MIT License
26 stars 8 forks source link

Switch from rfc3339 to iso8601 #18

Closed avrabe closed 2 years ago

avrabe commented 2 years ago

The time conversion was only partial working for times which have been the same in rfc3339 and iso8601. With the update of the time crate to support iso8601, remove the workaround.

17

codecov[bot] commented 2 years ago

Codecov Report

Merging #18 (fc0fc51) into main (ad77046) will increase coverage by 0.31%. The diff coverage is 60.00%.

@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   24.02%   24.34%   +0.31%     
==========================================
  Files          18       18              
  Lines         541      538       -3     
==========================================
+ Hits          130      131       +1     
+ Misses        411      407       -4     
Impacted Files Coverage Δ
src/sprints.rs 0.00% <ø> (ø)
src/rep.rs 19.78% <33.33%> (-1.65%) :arrow_down:
tests/rep_test.rs 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 ad77046...fc0fc51. Read the comment docs.