-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @mo1ein !
Could you please add a unit test that exercises this new code path?
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 |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @mo1ein !
LGTM.
Merging.
No description provided.