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

Commit

Permalink
Merge pull request #402 from codecov/mkdir-parents-when-saving
Browse files Browse the repository at this point in the history
Make intermediate directories when saving
  • Loading branch information
thomasrockhu authored Jan 22, 2021
2 parents 5cb01a5 + b91fce9 commit 54b1a92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SHA1SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b52bd2a3a75fa1b0b549ef1e4236a65a9f8e2d6f codecov
930c0975570559ee7ad02cebaa6e823c3d2795df codecov
2 changes: 1 addition & 1 deletion SHA256SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e4dee1c8a96727b1c1684c56e50140ef3d6e2ab4400ec266f00c56672a213fba codecov
2ad0f9d8237901d5fb7718d82d833379ef03d406d5ec798272486ce8449285f3 codecov
2 changes: 1 addition & 1 deletion SHA512SUM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
018c4a4a6af169ff3539e72b3ac7f0c35fe215b982c2c78f6f8b3e80a15649c68828001a2c712e500b75fc9f5a23368dc63b7ee8b059dac3e27ede1c20c27629 codecov
3517e4cb2d7c9674744a77270d46ff45d09a63e45da9ca0e640d6b0a437689af9da16a1382c1f9c9da0501709e7ba15d3a7ac8f518902ba75ab10709591cdb0f codecov
1 change: 1 addition & 0 deletions codecov
Original file line number Diff line number Diff line change
Expand Up @@ -1725,6 +1725,7 @@ else
if [ "$save_to" != "" ];
then
say "${e}==>${x} Copying upload file to ${save_to}"
mkdir --parents "$save_to"
cp "$upload_file" "$save_to"
fi

Expand Down

0 comments on commit 54b1a92

Please sign in to comment.