aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/base-images
diff options
context:
space:
mode:
authorGravatar DavidKorczynski <david@adalogics.com>2022-04-04 23:39:16 +0100
committerGravatar GitHub <noreply@github.com>2022-04-04 23:39:16 +0100
commit8bad6b2c75cf29e03ddf838e15efe667654d31a9 (patch)
tree2700df61e9802da36e8bf107e05027791c52c7bc /infra/base-images
parent0bcaec68ab47901d9d7410a353896cc1613aae4c (diff)
infra: make per-target coverage reports readable (#7505)
Similar to the main report make all target reports readable. This is currently a blocker on fuzz-introspector for running locally.
Diffstat (limited to 'infra/base-images')
-rwxr-xr-xinfra/base-images/base-runner/coverage4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/base-images/base-runner/coverage b/infra/base-images/base-runner/coverage
index 243c7284..0d10d149 100755
--- a/infra/base-images/base-runner/coverage
+++ b/infra/base-images/base-runner/coverage
@@ -343,8 +343,8 @@ else
fi
# Make sure report is readable.
-chmod -R +r $REPORT_ROOT_DIR
-find $REPORT_ROOT_DIR -type d -exec chmod +x {} +
+chmod -R +r $REPORT_ROOT_DIR $REPORT_BY_TARGET_ROOT_DIR
+find $REPORT_ROOT_DIR $REPORT_BY_TARGET_ROOT_DIR -type d -exec chmod +x {} +
if [[ -n $HTTP_PORT ]]; then
# Serve the report locally.