Skip to content

Commit 72b93b9

Browse files
committed
Fix issues
1 parent 510c5dd commit 72b93b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def generate_coverage(self, cwd):
157157

158158
self.spawn([sys.executable, "-m", "pytest", "-s", os.path.join(cwd, "tests")])
159159
self.spawn(["lcov", "--directory", cwd, "--capture", "--output-file", "coverage/coverage.info",
160-
"--ignore-errors", "gcov,source,format,corrupt,inconsistent"])
160+
"--ignore-errors", "gcov,source,inconsistent"])
161161

162162
if not os.path.isdir("/host"): # We are not running in cibuildwheel container
163163
return

0 commit comments

Comments
 (0)