We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2ac03 commit 8797859Copy full SHA for 8797859
.github/workflows/packaging.yml
@@ -130,7 +130,8 @@ jobs:
130
echo "Creating package version for: $PACKAGE_ALIAS..."
131
# Create package version and capture both stdout and stderr
132
if RESULT=$(sf package version create \
133
- --code-coverage \
+ # TODO: Add back code coverage
134
+ # --code-coverage \
135
--installation-key-bypass \
136
--json \
137
--package "$PACKAGE_ALIAS" \
0 commit comments