-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Missing support for headers + NPE/clean-up [DHIS2-16065] #15865
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #15865 +/- ##
============================================
+ Coverage 66.37% 66.38% +0.01%
- Complexity 31435 31441 +6
============================================
Files 3487 3489 +2
Lines 130030 130128 +98
Branches 15183 15186 +3
============================================
+ Hits 86307 86390 +83
- Misses 36646 36663 +17
+ Partials 7077 7075 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 13 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good one 👍
Kudos, SonarCloud Quality Gate passed! |
This PR adds support for "headers" param, fixes a NPE and also fixes an exception handling that was not working correctly.
I noticed that exactly the same items and columns were used across many places. I grouped them into an Enum.