Skip to content

Commit fc319fd

Browse files
author
Andrea Scuderi
committed
Fix code coverage
1 parent 02147fa commit fc319fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SWIFT_DOCKER_IMAGE = swift:5.10-jammy
22
MOUNT_ROOT=$(shell pwd)
33
SWIFT_BIN_PATH = $(shell swift build --show-bin-path)
4-
TEST_PACKAGE= $(SWIFT_BIN_PATH)/SwiftSlsAdapterTestsPackageTests.xctest
4+
TEST_PACKAGE= $(SWIFT_BIN_PATH)/swift-sls-adapterPackageTests.xctest
55
BUILD_TEMP = .build/temp
66

77
docker_bash:

0 commit comments

Comments
 (0)