Skip to content

Commit 792db50

Browse files
committed
Another typo
1 parent c42efec commit 792db50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Convert coverage files
6464
run: |
6565
llvm-cov export -format="lcov" \
66-
.build/debug/swift-job-postgresPackageTests.xctest \
66+
.build/debug/swift-jobs-postgresPackageTests.xctest \
6767
-ignore-filename-regex="\/Tests\/" \
6868
-ignore-filename-regex="\/Benchmarks\/" \
6969
-instr-profile .build/debug/codecov/default.profdata > info.lcov

0 commit comments

Comments
 (0)