We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3d9aa commit 65e39dfCopy full SHA for 65e39df
coverage.axl
@@ -35,6 +35,8 @@ def impl(ctx) -> int:
35
build.wait()
36
# TODO: get the delta of changed files from VCS, and render 'incremental' coverage as the default presentation
37
38
+ # Async: Cleanup disk space consumed by the .dat files.
39
+ ctx.std.process.command("rm").arg("-f").args(coverage_dat_files).spawn()
40
return 0
41
42
coverage = task(
0 commit comments