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

WIP: #15: Added review command #22

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

RamonGebben
Copy link
Owner

@RamonGebben RamonGebben commented Apr 20, 2018

Added review command mentioned in #15

@alxbrg can you test this and see if it works for you?

TODO:

  • Add commit message to select
  • Show short SHA in select

@coveralls
Copy link

coveralls commented Apr 20, 2018

Pull Request Test Coverage Report for Build 50

  • 8 of 8 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+4.0%) to 100.0%

Totals Coverage Status
Change from base Build 46: 4.0%
Covered Lines: 51
Relevant Lines: 51

💛 - Coveralls

Copy link

@alxbrg alxbrg left a comment

Choose a reason for hiding this comment

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

Besides the commented out lines, LGTM.

logger.log('No git');
}

// return process.exit(0);
Copy link

Choose a reason for hiding this comment

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

Remove this?

return _config;
})
.catch(() => {
// logger.log(err.message);
Copy link

Choose a reason for hiding this comment

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

Remove this as well?

@jlengrand
Copy link
Collaborator

The branch has conflicts btw

@jlengrand
Copy link
Collaborator

Looks pretty good. As usual, I'm learning quite a bit by reading your code :). I do have some high level comments though

@RamonGebben
Copy link
Owner Author

I've noticed that the tests are flaud because of mock-fs. I'm currently trying to figure out a workaround for this problem. Will process the comments as well.

Julien Lengrand-Lambert added 2 commits April 29, 2018 12:18
@jlengrand
Copy link
Collaborator

Yo @RamonGebben I fixed the merge conflicts for you <3

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.

4 participants