Fix unhandled error in actions_artifacts.go#2460
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
It also looks like you need to run |
Codecov Report
@@ Coverage Diff @@
## master #2460 +/- ##
=======================================
Coverage 98.03% 98.03%
=======================================
Files 122 122
Lines 10689 10692 +3
=======================================
+ Hits 10479 10482 +3
Misses 144 144
Partials 66 66
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Always after writing code, I run |
|
|
Cool! Could you please add a unit test that exercises this new code path? |
f29cf9d to
dcd49c5
Compare
I can't figure out how to fix |
I believe that if you give a "Location" value that |
I added the test but it has a bug. I think the test idea is correct. Just need to produce |
Apparently, according to the source code for |
|
No description provided.