-
Notifications
You must be signed in to change notification settings - Fork 64
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
Added dependabot for neptune-client package #1750
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev/1.x #1750 +/- ##
===========================================
+ Coverage 72.44% 75.03% +2.59%
===========================================
Files 304 304
Lines 15358 15050 -308
===========================================
+ Hits 11126 11293 +167
+ Misses 4232 3757 -475
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
# Old `neptune-client` package | ||
- package-ecosystem: pip | ||
directory: ".github/" |
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.
Why is the directory .github
here and in the new neptune it's /
?
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.
That's where we're storing the package definition of neptune-client
:D. Take a look at release workflow 😉
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.
Currently Dependabot is looking for only neptune
package (probably) as only our pyproject.toml
is detected from the root directory. We would like to take into account neptune-client
as well that was stored in .github
directory.
Before submitting checklist