diff --git a/coverage/files.py b/coverage/files.py index 21ba3f167..bdc3633b5 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -166,7 +166,7 @@ def zip_location(filename: str) -> tuple[str, str] | None: name is in the zipfile. """ - for ext in [".zip", ".whl", ".egg", ".pex"]: + for ext in [".zip", ".whl", ".egg", ".pex", ".par"]: zipbase, extension, inner = filename.partition(ext + sep(filename)) if extension: zipfile = zipbase + ext