Skip to content
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

feat: Added more integration tests improvements #247

Merged
merged 9 commits into from
May 16, 2024

Conversation

willguibr
Copy link
Member

@willguibr willguibr commented May 15, 2024

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?

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
  • This change is using publicly documented and stable APIs.

Copy link

codecov bot commented May 15, 2024

Codecov Report

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

Project coverage is 27.27%. Comparing base (3ae5801) to head (8e988f4).
Report is 3 commits behind head on master.

Files Patch % Lines
zcc/services/remove_devices/zcc_remove_devices.go 0.00% 16 Missing ⚠️
zcc/services/manage_pass/manage_pass.go 0.00% 15 Missing ⚠️
zcc/services/secrets/getpasswords/getpasswords.go 0.00% 14 Missing ⚠️
zcc/client.go 38.88% 9 Missing and 2 partials ⚠️
...oning/public_cloud_account/public_cloud_account.go 60.00% 8 Missing and 2 partials ⚠️
zcc/services/common/common.go 0.00% 6 Missing ⚠️
zcc/services/downloaddevices/download_devices.go 57.14% 3 Missing and 3 partials ⚠️
zcc/services/manage_pass/service.go 0.00% 2 Missing ⚠️
zcc/services/remove_devices/service.go 0.00% 2 Missing ⚠️
zcc/services/secrets/getotp/get_otp.go 83.33% 1 Missing and 1 partial ⚠️
... and 2 more
Additional details and impacted files
@@             Coverage Diff             @@
##           master     #247       +/-   ##
===========================================
- Coverage   47.77%   27.27%   -20.50%     
===========================================
  Files         251       61      -190     
  Lines        6439     1518     -4921     
===========================================
- Hits         3076      414     -2662     
+ Misses       2960     1020     -1940     
+ Partials      403       84      -319     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@willguibr willguibr self-assigned this May 15, 2024
@willguibr willguibr added new-acceptance-tests New acceptance tests ZPA New API Resources ZPA New API Resources In development Under active development labels May 15, 2024
@willguibr willguibr temporarily deployed to ZCON_ZSCALER_BETA May 16, 2024 01:01 — with GitHub Actions Inactive
@willguibr willguibr temporarily deployed to ZPA_QA_TENANT01 May 16, 2024 01:01 — with GitHub Actions Inactive
@willguibr willguibr temporarily deployed to ZPA_QA_TENANT02 May 16, 2024 01:01 — with GitHub Actions Inactive
@willguibr willguibr temporarily deployed to ZCON_ZSCALER_THREE May 16, 2024 01:02 — with GitHub Actions Inactive
@willguibr willguibr merged commit d13685a into master May 16, 2024
19 of 23 checks passed
@willguibr willguibr temporarily deployed to ZPA_BETA_TENANT01 May 16, 2024 01:06 — with GitHub Actions Inactive
@willguibr willguibr temporarily deployed to ZPA_PROD_TENANT01 May 16, 2024 01:15 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
In development Under active development new-acceptance-tests New acceptance tests ZPA New API Resources ZPA New API Resources
Projects
Status: 🚀 Shipped
Development

Successfully merging this pull request may close these issues.

1 participant