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

Add unit test for pkg/archive #6396

Merged
merged 1 commit into from Jun 16, 2023
Merged

Conversation

allenxu404
Copy link
Contributor

Thank you for contributing to Velero!

Please add a summary of your change

Add unit test for pkg/archive

Does your change fix a particular issue?

Fixes #6338

Please indicate you've done the following:

  • Accepted the DCO. Commits without the DCO will delay acceptance.
  • Created a changelog file or added /kind changelog-not-required as a comment on this pull request.
  • Updated the corresponding documentation in site/content/docs/main.

Signed-off-by: allenxu404 <qix2@vmware.com>
@codecov-commenter
Copy link

Codecov Report

Merging #6396 (41ab949) into main (57bcd8c) will increase coverage by 1.43%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #6396      +/-   ##
==========================================
+ Coverage   49.85%   51.28%   +1.43%     
==========================================
  Files         227      228       +1     
  Lines       23376    23777     +401     
==========================================
+ Hits        11653    12194     +541     
+ Misses      10843    10675     -168     
- Partials      880      908      +28     
Impacted Files Coverage Δ
pkg/archive/extractor.go 54.09% <ø> (+54.09%) ⬆️
pkg/archive/filesystem.go 71.42% <ø> (+28.57%) ⬆️

... and 7 files with indirect coverage changes

@allenxu404 allenxu404 marked this pull request as ready for review June 15, 2023 11:18
@blackpiglet blackpiglet merged commit d3785e5 into vmware-tanzu:main Jun 16, 2023
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve the code coverage of pkg/archive
4 participants