-
-
Notifications
You must be signed in to change notification settings - Fork 4
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 manifest excludes not being updated for the src layout relocation #29
Conversation
c4c8ef3
to
1cd4bfd
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #29 +/- ##
=======================================
Coverage 87.50% 87.50%
=======================================
Files 22 22
Lines 768 768
Branches 65 65
=======================================
Hits 672 672
Misses 68 68
Partials 28 28
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1cd4bfd
to
d155e70
Compare
exclude propcache/*.so | ||
exclude propcache/*.pyd |
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.
To summarize https://github.com/aio-libs/propcache/pull/29/files#r1789278897, keep excluding these, just adjust the paths.
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.
@bdraco I meant that the so/pyd lines should remain in the manifest file
Sorry about that, I processed that wrong. Fixed in #36 |
Removed .pyd and .so since we do distribute these files