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

Fix multiprocessing coverage #93

Open
Wenzel opened this issue Dec 1, 2020 · 0 comments
Open

Fix multiprocessing coverage #93

Wenzel opened this issue Dec 1, 2020 · 0 comments

Comments

@Wenzel
Copy link
Owner

Wenzel commented Dec 1, 2020

Name                   Stmts   Miss Branch BrPart  Cover
--------------------------------------------------------
checksec/__init__.py       0      0      0      0   100%
checksec/__main__.py      93     93     40      0     0%
checksec/binary.py        19      7      4      1    57%
checksec/elf.py          150     87     38      0    34%
checksec/errors.py         6      2      0      0    67%
checksec/output.py       213    213     74      0     0%
checksec/pe.py            53     53      6      0     0%
checksec/utils.py         72     57     32      0    14%
--------------------------------------------------------
TOTAL                    606    512    194      1    12%

Coverage very low, and even pe.py is at 0%, which makes no sense
The fix --concurrency=multiprocessing doesn't seem to work.

Related: https://coverage.readthedocs.io/en/coverage-5.1/subprocess.html

@Wenzel Wenzel changed the title Fix coverage with multiprocessing Fix multiprocessing coverage Dec 1, 2020
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

No branches or pull requests

1 participant