summaryrefslogtreecommitdiffstats
path: root/coverage.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage.py')
-rwxr-xr-xcoverage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage.py b/coverage.py
index 7e911cf..01ee7b5 100755
--- a/coverage.py
+++ b/coverage.py
@@ -34,7 +34,7 @@ all_variants = [
"standard",
]
default_format = "auto"
-all_formats = ["auto", "directory", "tar", "squashfs", "ext2", "null"]
+all_formats = ["auto", "directory", "tar", "squashfs", "ext2", "ext4", "null"]
mirror = os.getenv("mirror", "http://127.0.0.1/debian")
hostarch = subprocess.check_output(["dpkg", "--print-architecture"]).decode().strip()