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

Take into account that commit authors may be null #28

Merged
1 commit merged into from
Jun 30, 2016
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jun 29, 2016

Some users don't properly configure their git email to be the same as
their GitHub email, thus GitHub can't figure out which author (on
GitHub) a commit has. I've modified Commit and its decoder to take this
into account adding Option around the fields that can be null.

Some users don't properly configure their git email to be the same as
their GitHub email, thus GitHub can't figure out which author (on
GitHub) a commit has. I've modified Commit and its decoder to take this
into account adding `Option` around the fields that can be null.
@ghost
Copy link
Author

ghost commented Jun 29, 2016

@raulraja @rafaparadela plz take a look.

@codecov-io
Copy link

Current coverage is 86.30%

Merging #28 into master will not change coverage

@@             master        #28   diff @@
==========================================
  Files            14         14          
  Lines           219        219          
  Methods         217        217          
  Messages          0          0          
  Branches          2          2          
==========================================
  Hits            189        189          
  Misses           30         30          
  Partials          0          0          

Powered by Codecov. Last updated by 44c680a...d6447e0

@raulraja
Copy link
Contributor

LGTM!

@ghost ghost merged commit 3c86f02 into master Jun 30, 2016
@ghost ghost deleted the commits-wo-author branch June 30, 2016 08:17
This pull request was closed.
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.

2 participants