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

Bump the coverage.py version, and minor refactoring #25

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Remove some debug statements

  • Loading branch information
jvoisin committed Jan 5, 2020
commit 2e2247ed0142f889ff0622a7957974b5f4d65c7f
@@ -15,14 +15,9 @@ def write(self, x):
if close_fd_mask & 2:
sys.stderr = DummyFile()

i = 0

cov = coverage.Coverage(branch=True, cover_pylib=True, data_file='out.sqlite')
cov.start()
while True:
if i > 10000:
break
i += 1
buf = child_conn.recv_bytes()
try:
target(buf)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.