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

Implement relative imports, clean up Manifest.in. #75

Merged
merged 4 commits into from
Jul 15, 2022
Merged

Conversation

tbenthompson
Copy link
Owner

Closes #56, #57, #64.

@tbenthompson
Copy link
Owner Author

Also closes #73 and #74.

@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2022

Codecov Report

Merging #75 (3fa4241) into main (3dbc628) will decrease coverage by 7.84%.
The diff coverage is 59.86%.

@@            Coverage Diff             @@
##             main      #75      +/-   ##
==========================================
- Coverage   92.30%   84.46%   -7.85%     
==========================================
  Files          10       12       +2     
  Lines         429      560     +131     
==========================================
+ Hits          396      473      +77     
- Misses         33       87      +54     
Impacted Files Coverage Δ
cppimport/__main__.py 0.00% <0.00%> (ø)
setup.py 0.00% <ø> (ø)
cppimport/checksum.py 79.62% <25.00%> (-4.69%) ⬇️
cppimport/__init__.py 78.00% <62.50%> (-12.33%) ⬇️
cppimport/templating.py 92.50% <62.50%> (-7.50%) ⬇️
cppimport/find.py 92.85% <66.66%> (+2.29%) ⬆️
cppimport/importer.py 81.17% <68.75%> (-9.74%) ⬇️
tests/test_cppimport.py 98.55% <97.43%> (-0.47%) ⬇️
cppimport/import_hook.py 100.00% <100.00%> (+10.52%) ⬆️
tests/apackage/rel_import_tester.py 100.00% <100.00%> (ø)
... and 4 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3dbc628...3fa4241. Read the comment docs.

@tbenthompson tbenthompson merged commit 3c0d40c into main Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement relative imports
2 participants