Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

show go.mod in buffalo info sort of fixes #1159 #1194

Merged
merged 5 commits into from
Aug 6, 2018

Conversation

markbates
Copy link
Member

No description provided.

@markbates markbates added this to the v0.12.5 milestone Jul 24, 2018
@codecov
Copy link

codecov bot commented Jul 24, 2018

Codecov Report

Merging #1194 into development will decrease coverage by 0.25%.
The diff coverage is 0%.

Impacted file tree graph

@@               Coverage Diff               @@
##           development    #1194      +/-   ##
===============================================
- Coverage        53.72%   53.47%   -0.26%     
===============================================
  Files               75       75              
  Lines             3842     3860      +18     
===============================================
  Hits              2064     2064              
- Misses            1655     1673      +18     
  Partials           123      123
Impacted Files Coverage Δ
buffalo/cmd/info.go 4% <0%> (-1.27%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 39e5c7e...cb335f8. Read the comment docs.

if err := runInfoCmds(); err != nil {
return errors.WithStack(err)
}
return infoGoMod()
Copy link
Member

Choose a reason for hiding this comment

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

Everything looks good, but I have just a question, why we don't do something like:

return errors.WithStack(infoGoMod()), if the error is nil it will return nil anyway.

@markbates
Copy link
Member Author

markbates commented Jul 27, 2018 via email

Copy link
Member

@kteb kteb left a comment

Choose a reason for hiding this comment

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

Ok then everything is fine for me.

Copy link
Member

@kteb kteb left a comment

Choose a reason for hiding this comment

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

With selecting Approve it's better.

@markbates markbates merged commit bab0d22 into development Aug 6, 2018
@markbates markbates deleted the add-vgo-to-info branch August 6, 2018 12:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants