Skip to content

Commit 65e39df

Browse files
committed
chore: delete .dat files after processing
1 parent 4d3d9aa commit 65e39df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

coverage.axl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ def impl(ctx) -> int:
3535
build.wait()
3636
# TODO: get the delta of changed files from VCS, and render 'incremental' coverage as the default presentation
3737

38+
# Async: Cleanup disk space consumed by the .dat files.
39+
ctx.std.process.command("rm").arg("-f").args(coverage_dat_files).spawn()
3840
return 0
3941

4042
coverage = task(

0 commit comments

Comments
 (0)