Skip to content

Commit 8797859

Browse files
committed
contd.
1 parent 6c2ac03 commit 8797859

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/packaging.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ jobs:
130130
echo "Creating package version for: $PACKAGE_ALIAS..."
131131
# Create package version and capture both stdout and stderr
132132
if RESULT=$(sf package version create \
133-
--code-coverage \
133+
# TODO: Add back code coverage
134+
# --code-coverage \
134135
--installation-key-bypass \
135136
--json \
136137
--package "$PACKAGE_ALIAS" \

0 commit comments

Comments
 (0)