microsoft / onefuzz

A self-hosted Fuzzing-As-A-Service platform
MIT License
2.82k stars 199 forks source link

Fix local path generation #3432

Closed chkeita closed 1 year ago

chkeita commented 1 year ago

Summary of the Pull Request

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

closes #3433

codecov-commenter commented 1 year ago

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%) :arrow_up: