-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
support discovering pyc/pyd/so modules #391
base: master
Are you sure you want to change the base?
Conversation
Can you rebase onto last commit from master branch? I have updated a workflow, so tests should run after the update. |
Sure, can you run the tests now? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #391 +/- ##
==========================================
- Coverage 77.51% 77.40% -0.11%
==========================================
Files 62 62
Lines 1899 1899
==========================================
- Hits 1472 1470 -2
- Misses 427 429 +2 ☔ View full report in Codecov by Sentry. |
Run |
Done. |
I used Cython to compile the .py files into .so files. However, taskiq can only automatically discover .py files, so I added support for .pyc, .pyd, and .so files.