- Notifications
You must be signed in to change notification settings - Fork675
fix: raise GitlabHeadError inproject.files.head() method#3006
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
When an error occurs, raise `GitlabHeadError` in`project.files.head()` method.Closes:#3004
codecovbot commentedOct 1, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@## main #3006 +/- ##======================================= Coverage 96.61% 96.61% ======================================= Files 95 95 Lines 6088 6089 +1 =======================================+ Hits 5882 5883 +1 Misses 206 206
Flags with carried forward coverage won't be shown.Click here to find out more.
|
nejch left a comment
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@JohnVillalovos 🙇 didn't even think this would be an issue
9bf26df intomainUh oh!
There was an error while loading.Please reload this page.
When an error occurs, raise
GitlabHeadErrorinproject.files.head()method.Closes:#3004