Skip to content

Commit ecb5c49

Browse files
RembrandtKCopilot
andauthored
Update packages/contracts/scripts/test-coverage-file
Avoid potential issues with shell globbing as per CoPilot suggestion. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 581e24f commit ecb5c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/contracts/scripts/test-coverage-file

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ fi
1313
echo "Building contracts before running coverage..."
1414
yarn build
1515

16-
echo {} > addresses-local.json
16+
echo "{}" > addresses-local.json
1717

1818
echo "Running coverage for test file: $1"
1919
DISABLE_SECURE_ACCOUNTS=true \

0 commit comments

Comments
 (0)