go-atlassian
go-atlassian copied to clipboard
add support for textarea custom fields
Add support for textarea custom fields.
Codecov Report
Attention: Patch coverage is 0%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 89.10%. Comparing base (
06e675c
) to head (075287d
). Report is 12 commits behind head on main.
:exclamation: Current head 075287d differs from pull request most recent head f8a1529
Please upload reports for the commit f8a1529 to get more accurate results.
Files | Patch % | Lines |
---|---|---|
pkg/infra/models/jira_customFields.go | 0.00% | 11 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #253 +/- ##
==========================================
+ Coverage 88.89% 89.10% +0.20%
==========================================
Files 154 154
Lines 12094 12037 -57
==========================================
- Hits 10751 10725 -26
+ Misses 701 670 -31
Partials 642 642
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Hi @sancyx, thank you for investing your time in this project, could you please add the test cases for that method?, the CI is failing due the coverage.
Thanks!
@ctreminiom if you merge this, I could add coverage for it.