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

Fix for pds member copy #1709

Merged
merged 3 commits into from
May 2, 2023
Merged

Fix for pds member copy #1709

merged 3 commits into from
May 2, 2023

Conversation

KevinLoesch1
Copy link
Contributor

@KevinLoesch1 KevinLoesch1 commented May 2, 2023

This PR is a small fix for the copy-cross-lpar functionality. If a PDS member is being copied from one PDS to another and that member does not exist, an exception was incorrectly being thrown.

Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
@codecov
Copy link

codecov bot commented May 2, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (fddf974) 92.74% compared to head (ea79541) 92.74%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1709   +/-   ##
=======================================
  Coverage   92.74%   92.74%           
=======================================
  Files         416      416           
  Lines        6915     6916    +1     
  Branches     1220     1221    +1     
=======================================
+ Hits         6413     6414    +1     
  Misses        501      501           
  Partials        1        1           
Impacted Files Coverage Δ
packages/zosfiles/src/methods/copy/Copy.ts 94.00% <100.00%> (+0.06%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Signed-off-by: KevinLoesch1 <kevin.loesch@broadcom.com>
@sonarcloud
Copy link

sonarcloud bot commented May 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

85.7% 85.7% Coverage
0.0% 0.0% Duplication

@KevinLoesch1 KevinLoesch1 merged commit d08d075 into master May 2, 2023
@KevinLoesch1 KevinLoesch1 deleted the fix-for-PDS-member-copy branch May 2, 2023 20:01
@t1m0thyj t1m0thyj added the release-minor Indicates a minor feature has been added label May 3, 2023
@github-actions
Copy link

github-actions bot commented May 3, 2023

Release succeeded for the master branch. 🎉

The following packages have been published:

  • npm: @zowe/zos-files-for-zowe-sdk@7.15.0
  • npm: @zowe/zos-workflows-for-zowe-sdk@7.15.0
  • npm: @zowe/zos-jobs-for-zowe-sdk@7.15.0
  • npm: @zowe/cli@7.15.0

Powered by Octorelease 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-minor Indicates a minor feature has been added released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants