wso2 / carbon-apimgt

Apache License 2.0
166 stars 626 forks source link

Use Equals Method for String Comparison #12325

Closed hisanhunais closed 6 months ago

hisanhunais commented 6 months ago

Purpose

Use equals method for string comparison

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 44.72%. Comparing base (df47529) to head (3c97711). Report is 63 commits behind head on master.

Files Patch % Lines
...ava/org/wso2/carbon/apimgt/impl/dao/ApiMgtDAO.java 0.00% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #12325 +/- ## ============================================ + Coverage 42.22% 44.72% +2.50% - Complexity 0 3661 +3661 ============================================ Files 1840 1840 Lines 136407 136407 Branches 19734 19734 ============================================ + Hits 57598 61013 +3415 + Misses 71882 68094 -3788 - Partials 6927 7300 +373 ``` | [Flag](https://app.codecov.io/gh/wso2/carbon-apimgt/pull/12325/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | Coverage Δ | | |---|---|---| | [integration_tests](https://app.codecov.io/gh/wso2/carbon-apimgt/pull/12325/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | `39.21% <0.00%> (+3.58%)` | :arrow_up: | | [unit_tests](https://app.codecov.io/gh/wso2/carbon-apimgt/pull/12325/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2) | `20.43% <0.00%> (-0.01%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=wso2#carryforward-flags-in-the-pull-request-comment) to find out more.

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