wunderfrucht / gouqi

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

Fix Serde property rename in Priority deserializer #40

Closed profaurore closed 1 year ago

profaurore commented 1 year ago

The Priority structure used by the Issue structure to deserialize the priority object was missing a property rename, causing the deserialization to always fail. Added the camel case to snake case field rename.

what-the-diff[bot] commented 1 year ago

PR Summary

codecov[bot] commented 1 year ago

Codecov Report

Merging #40 (b837282) into main (c7dc263) will increase coverage by 0.14%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   14.77%   14.91%   +0.14%     
==========================================
  Files          19       19              
  Lines        3026     3031       +5     
==========================================
+ Hits          447      452       +5     
  Misses       2579     2579              
Impacted Files Coverage Δ
src/rep.rs 23.33% <ø> (ø)

... and 2 files with indirect coverage changes