Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Fix local path generation #3432

Merged
merged 5 commits into from
Aug 21, 2023
Merged

Fix local path generation #3432

merged 5 commits into from
Aug 21, 2023

Conversation

chkeita
Copy link
Contributor

@chkeita chkeita commented Aug 18, 2023

Summary of the Pull Request

The container name was missing when generating a local path from a url

closes #3433

@codecov-commenter
Copy link

codecov-commenter commented Aug 18, 2023

Codecov Report

Merging #3432 (71f86cb) into main (c0c5b83) will increase coverage by 0.02%.
The diff coverage is 93.33%.

@@            Coverage Diff             @@
##             main    #3432      +/-   ##
==========================================
+ Coverage   33.59%   33.62%   +0.02%     
==========================================
  Files         300      300              
  Lines       37125    37120       -5     
==========================================
+ Hits        12472    12481       +9     
+ Misses      24653    24639      -14     
Files Changed Coverage Δ
src/agent/onefuzz-agent/src/log_uploader.rs 0.00% <ø> (ø)
src/agent/onefuzz/src/blob/url.rs 72.77% <93.33%> (+0.47%) ⬆️

@chkeita chkeita requested a review from tevoinea August 18, 2023 19:21
@chkeita chkeita merged commit ea4a1ab into microsoft:main Aug 21, 2023
24 checks passed
@AdamL-Microsoft AdamL-Microsoft mentioned this pull request Aug 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

container name is missing in the path of the setup_dir and extra_setup_dir
4 participants