wunderfrucht / gouqi

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

Newer api add comment indirection. #64

Closed avrabe closed 1 month ago

avrabe commented 1 month ago

Early versions of the Rest API directly added comment information into the output:

"comment": [ ]

This has been changed to provide additional meta-information and the comments moved one level deeper:

"comment": { "comments": [ ] }

The change needs a version upgrade as the interfaces changes.

fixes #63

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

PR Summary

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 93.75000% with 1 line in your changes missing coverage. Please review.

Project coverage is 27.55%. Comparing base (e302b90) to head (3df0cc0).

Files Patch % Lines
tests/rep_test.rs 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ========================================== + Coverage 27.19% 27.55% +0.35% ========================================== Files 19 20 +1 Lines 2456 2112 -344 ========================================== - Hits 668 582 -86 + Misses 1788 1530 -258 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.