-
Notifications
You must be signed in to change notification settings - Fork 2
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 failing tests #167
Fix failing tests #167
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #167 +/- ##
==========================================
+ Coverage 63.67% 64.62% +0.94%
==========================================
Files 1 1
Lines 1481 1484 +3
Branches 342 343 +1
==========================================
+ Hits 943 959 +16
+ Misses 447 431 -16
- Partials 91 94 +3
☔ View full report in Codecov by Sentry. |
@@ -28,7 +28,8 @@ jobs: | |||
- '3.9' | |||
- '3.10' | |||
- '3.11' | |||
- 'pypy-3.7' | |||
- 'pypy-3.8' | |||
- 'pypy-3.9' |
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.
not sure if related but I also asked bot to renew conda-forge/datalad-feedstock#101
Great, thank you! |
Closes #166.