-
Notifications
You must be signed in to change notification settings - Fork 5
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 DataID access #111
Fix DataID access #111
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #111 +/- ##
==========================================
+ Coverage 62.48% 64.06% +1.58%
==========================================
Files 8 8
Lines 677 693 +16
==========================================
+ Hits 423 444 +21
+ Misses 254 249 -5 ☔ View full report in Codecov by Sentry. |
I'll create separate PRs for adding dependabot and dropping Python-3.8 support. |
Ah no, that doesn't work because tests would fail. So everything in this PR... |
Oh, the Python-3.8 tests eventually succeeded! Then I'll go for separate PRs. |
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!
Closes #110 . Also needed minor changes to adapt to the latest Pandas version.