Skip to content
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

Exclude tests from sdist to reduce size #20

Merged
merged 1 commit into from
Oct 26, 2022
Merged

Exclude tests from sdist to reduce size #20

merged 1 commit into from
Oct 26, 2022

Conversation

maxnoe
Copy link
Member

@maxnoe maxnoe commented Oct 26, 2022

Fixes #19

For now, we just remove the tests and resources from the sdist to circumvent the upload size limit. I will look for a better solution (smaller test files, download, ..)

@codecov
Copy link

codecov bot commented Oct 26, 2022

Codecov Report

Base: 96.09% // Head: 96.09% // No change to project coverage 👍

Coverage data is based on head (d93c735) compared to base (b849120).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #20   +/-   ##
=======================================
  Coverage   96.09%   96.09%           
=======================================
  Files          19       19           
  Lines         384      384           
=======================================
  Hits          369      369           
  Misses         15       15           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maxnoe maxnoe merged commit e13ef5f into main Oct 26, 2022
@maxnoe maxnoe deleted the fix_sdist_size branch October 26, 2022 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Package is too large for pypi due to large test file
2 participants