Skip to content

Commit fc27bc6

Browse files
author
Bastien Abadie
committed
Use self.path in self.archive_path
1 parent 0093634 commit fc27bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/code_coverage_backend/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def path(self):
8181
@property
8282
def archive_path(self):
8383
"""Local path on FS, compressed"""
84-
return os.path.join(self.base_dir, f"{self.name}.json.zstd")
84+
return f"{self.path}.zstd"
8585

8686
@property
8787
def gcp_path(self):

0 commit comments

Comments
 (0)