Skip to content
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 nullpointer #6

Merged
merged 4 commits into from
Jun 24, 2016
Merged

Fix nullpointer #6

merged 4 commits into from
Jun 24, 2016

Conversation

moizjv
Copy link

@moizjv moizjv commented Jun 24, 2016

@halkeye Reopening PR here, earlier had it in upstream.

* @return the {@link SauceOnDemandBuildAction} instance which has been registered with the build
* Can be null
*/
private static SauceOnDemandBuildAction getBuildAction(Run build) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code is repeated and copied from SauceOnDemandReportPublisher.java, @halkeye is it a good idea to move it into some utility file, to be reused?

@halkeye
Copy link

halkeye commented Jun 24, 2016

👍 i like it

@codecov-io
Copy link

codecov-io commented Jun 24, 2016

Current coverage is 36.00%

Merging #6 into master will decrease coverage by 14.03%

@@             master         #6   diff @@
==========================================
  Files            28         28          
  Lines          1311       1311          
  Methods           0          0          
  Messages          0          0          
  Branches        220        220          
==========================================
- Hits            656        472   -184   
- Misses          654        777   +123   
- Partials          1         62    +61   

Powered by Codecov. Last updated by 26103c7...9a06dbc

@moizjv moizjv merged commit af3ce69 into master Jun 24, 2016
@diemol diemol deleted the fix-nullpointer branch October 25, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants