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

Test building wheels #13

Merged
merged 3 commits into from
Sep 23, 2022
Merged

Test building wheels #13

merged 3 commits into from
Sep 23, 2022

Conversation

nstarman
Copy link
Owner

building wheels with mypyc has been troublesome. Let's try to fix it without many more PRs testing releases.

PR Checklist

  • Check out the contributing guidelines and code of conduct
  • Check out the contributing workflow ( for a practical example click here )
  • Give a detailed description of the PR above.
  • Document changes in the CHANGES.rst file. See existing changelog for examples.
  • Add tests, if applicable, to ensure code coverage never decreases.
  • Make sure the docs are up to date, if applicable, particularly the docstrings and RST files in docs folder.
  • Ensure linear history by rebasing, when requested by the maintainer.

@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

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

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

❗ Current head 2830612 differs from pull request most recent head 2e003ac. Consider uploading reports for the commit 2e003ac to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #13   +/-   ##
=======================================
  Coverage   84.74%   84.74%           
=======================================
  Files           6        6           
  Lines         177      177           
=======================================
  Hits          150      150           
  Misses         27       27           
Impacted Files Coverage Δ
src/overload_numpy/__init__.py 100.00% <ø> (ø)
src/overload_numpy/constraints.py 94.73% <ø> (ø)
src/overload_numpy/dispatch.py 85.71% <ø> (ø)
src/overload_numpy/mixin.py 76.47% <ø> (ø)
src/overload_numpy/npinfo.py 83.67% <ø> (ø)
src/overload_numpy/overload.py 79.16% <ø> (ø)

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.

Signed-off-by: nstarman <nstarkman@protonmail.com>
@nstarman nstarman force-pushed the test-building branch 2 times, most recently from 2830612 to 67f2f35 Compare September 23, 2022 04:33
Signed-off-by: nstarman <nstarkman@protonmail.com>
Signed-off-by: nstarman <nstarkman@protonmail.com>
@nstarman nstarman merged commit 6f819a2 into main Sep 23, 2022
@nstarman nstarman deleted the test-building branch September 23, 2022 04:49
@nstarman nstarman added the dev-automation Automation related to development label Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant