zscaler / zscaler-sdk-go

Zscaler SDK for Golang (ZPA/ZIA/ZDX/ZCC APIs)
https://zscaler.com
MIT License
10 stars 1 forks source link

fix: Added new ZIA GetVIPRecommendedList function #274

Closed willguibr closed 3 weeks ago

willguibr commented 3 weeks ago

Provide a general summary of your changes in the title above. You should remove this overview, any sections and any section descriptions you don't need below before submitting. There isn't a strict requirement to use this template if you can structure your description and still cover these points.

Description

Describe your changes in detail through motivation and context. Why is this change required? What problem does it solve? If it fixes an open issue, link to the issue using GitHub's closing issues keywords1.

Has your change been tested?

Explain how the change has been tested and what you ran to confirm your change affects other parts of the code. Automated tests are generally expected and changes without tests should explain why they aren't required.

Screenshots (if appropriate):

Types of changes

What sort of change does your code introduce/modify?

Checklist:

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 65.90909% with 15 lines in your changes missing coverage. Please review.

Project coverage is 56.08%. Comparing base (0790a6b) to head (bf75d84). Report is 2 commits behind head on master.

Files Patch % Lines
...ficforwarding/virtualipaddress/virtualipaddress.go 65.90% 11 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #274 +/- ## ========================================== + Coverage 56.01% 56.08% +0.06% ========================================== Files 174 174 Lines 6723 6767 +44 ========================================== + Hits 3766 3795 +29 - Misses 2430 2441 +11 - Partials 527 531 +4 ```

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