Skip to content

Commit a01ee49

Browse files
author
Andrea Scuderi
committed
Fix coverage
1 parent 908f6ef commit a01ee49

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,5 +1,5 @@
11
SWIFT_BIN_PATH = $(shell swift build --show-bin-path)
2-
TEST_PACKAGE= $(SWIFT_BIN_PATH)/SLSAdapterTestsPackageTests.xctest
2+
TEST_PACKAGE= $(SWIFT_BIN_PATH)/SwiftSlsAdapterTestsPackageTests.xctest
33
BUILD_TEMP = .build/temp
44

55
coverage:

0 commit comments

Comments
 (0)