zscaler / zscaler-sdk-go

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

feat: Added new ZIA Cloud App Control Rule and URL Domain Review Endpoints #270

Closed willguibr closed 1 month ago

willguibr commented 1 month 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 1 month ago

Codecov Report

Attention: Patch coverage is 44.52055% with 81 lines in your changes missing coverage. Please review.

Project coverage is 57.63%. Comparing base (a796d8f) to head (b581c0d).

Files Patch % Lines
zia/client.go 0.00% 32 Missing :warning:
zia/services/urlcategories/urlcategories.go 35.71% 23 Missing and 4 partials :warning:
zia/services/cloudappcontrol/cloudappcontrol.go 67.74% 16 Missing and 4 partials :warning:
...ia/services/dlp/dlpdictionaries/dlpdictionaries.go 80.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #270 +/- ## ========================================== - Coverage 58.17% 57.63% -0.54% ========================================== Files 173 152 -21 Lines 6537 6107 -430 ========================================== - Hits 3803 3520 -283 + Misses 2203 2106 -97 + Partials 531 481 -50 ```

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