-
Notifications
You must be signed in to change notification settings - Fork 119
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 files-to-download #441
Conversation
Fixes #438 |
430c9e8
to
36b5166
Compare
Codecov Report
@@ Coverage Diff @@
## master #441 +/- ##
============================================
- Coverage 79.16% 79.04% -0.13%
- Complexity 619 639 +20
============================================
Files 69 69
Lines 1781 1885 +104
Branches 271 303 +32
============================================
+ Hits 1410 1490 +80
- Misses 194 216 +22
- Partials 177 179 +2 |
@winterDroid What's the diff between |
This one will download the directories specified from the bucket to your local storage, the other one downloads from the device to the bucket |
Oh, I see. I guess the cmd is not part of gcloud and that's why it was not part of #365. |
I thought about that, but I think the problem with that is that it is hard to know the full path.. Maybe it would be better to have it |
I tested this and it works as expected. I will test this on iOS tomorrow but it should work. |
I'll take a look when I'm back at work tomorrow. |
Auto downloading pngs was intentionally removed because it's slow and there's no way to disable the behavior. I think the new dir-to-download feature will allow users to opt into downloading what they want (pngs included). |
3465ff4
to
5cb4c0f
Compare
Support downloading directories after test run from the result bucket
89da109
to
c1bae01
Compare
I think that's a great suggestion. I updated the code to work on a regex that downloads files. |
f6e217f
to
5afb681
Compare
5afb681
to
8c4b0b4
Compare
Tested on iOS and Android. Merge! 👍 |
The feature has been merged into Flank. It'll be part of the v4.2 release. Thanks for contributing! |
Support downloading directories after test run from the result bucket
Upgrade Guava to 25.1 due to NoSuchMethodError while running tests (see google/truth#473)
Fix missing download of PNGs after test run