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

setup.py: Exclude "tests" package #509

Merged
merged 1 commit into from Oct 19, 2020

Conversation

Xiretza
Copy link
Contributor

@Xiretza Xiretza commented Oct 19, 2020

67b957d moved the tests from nmigen/test/ to tests/, and removed the exclude= parameter from find_packages() in setup.py. However, even if the new location is not inside the module tree, it is still found by find_packages(), resulting in a stray "tests" module on the system.

67b957d moved the tests from nmigen/test/ to tests/, and removed the
exclude= parameter from find_packages() in setup.py. However, even if
the new location is not inside the module tree, it is still found by
find_packages(), resulting in a stray "tests" module on the system.
@codecov
Copy link

codecov bot commented Oct 19, 2020

Codecov Report

Merging #509 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #509   +/-   ##
=======================================
  Coverage   81.33%   81.33%           
=======================================
  Files          49       49           
  Lines        6409     6409           
  Branches     1278     1278           
=======================================
  Hits         5213     5213           
+ Misses       1007     1006    -1     
- Partials      189      190    +1     
Impacted Files Coverage Δ
nmigen/build/run.py 22.05% <0.00%> (ø)

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 eb152da...88b6f56. Read the comment docs.

@whitequark whitequark merged commit 12327ae into amaranth-lang:master Oct 19, 2020
@whitequark
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants