Skip to content

Commit 51d1f13

Browse files
committed
[Bug Fix] (script) Fix to use variable in command running.
1 parent 4ae3c42 commit 51d1f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/combine_coverage_reports.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131

3232
coverage report -m --data-file="$coveragedatafile"
3333
coverage xml --data-file="$coveragedatafile" -o coverage_"$test_type".xml
34-
cp coveragedatafile .coverage
34+
cp "$coveragedatafile" .coverage
3535
echo "✅ All processing done." && exit 0
3636

3737
#if [ "$calculate_all_finally" == "false" ]; then

0 commit comments

Comments
 (0)