-
Notifications
You must be signed in to change notification settings - Fork 503
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 nil prt exception with empty repos #2011
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2011 +/- ##
==========================================
+ Coverage 50.44% 53.19% +2.74%
==========================================
Files 88 87 -1
Lines 7237 7202 -35
==========================================
+ Hits 3651 3831 +180
+ Misses 3341 3119 -222
- Partials 245 252 +7 |
Integration tests success for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Can we also add e2e tests for empty repo?
Done, thanks. |
Integration tests success for |
Integration tests success for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Fix nil ptr exception with empty repos
closes #2010