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

commit summary fails on 'author_email' being NULL #381

Merged
merged 1 commit into from
May 15, 2023

Conversation

dray92
Copy link

@dray92 dray92 commented May 15, 2023

Before change:

devzero@ngvzugqq mergestat-lite (main) $ make .build/mergestat && .build/mergestat -r ../services/ summarize commits --verbose
-- building .build/mergestat
-- built .build/mergestat
May 15 18:03:02 INF opening repo path=../services/
May 15 18:03:48 ERR sql: Scan error on column index 1, name "author_email": converting NULL to string is unsupported

After change:

devzero@ngvzugqq mergestat-lite (main) $ make .build/mergestat && .build/mergestat -r ../services/ summarize commits --verbose
-- building .build/mergestat
-- built .build/mergestat
May 15 18:06:50 INF opening repo path=../services/
wunderwuzzi23         88        3.49%      49        27,351      14,622      3 years ago (2021-05-05)   

@dray92 dray92 requested a review from a team as a code owner May 15, 2023 19:37
@codecov
Copy link

codecov bot commented May 15, 2023

Codecov Report

Merging #381 (6e04d1b) into main (316c406) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #381   +/-   ##
=======================================
  Coverage   70.92%   70.92%           
=======================================
  Files          57       57           
  Lines        4461     4461           
=======================================
  Hits         3164     3164           
  Misses        928      928           
  Partials      369      369           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@patrickdevivo patrickdevivo merged commit bc8544f into mergestat:main May 15, 2023
@amenowanna amenowanna mentioned this pull request May 22, 2023
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