Skip to content

Commit cf92520

Browse files
committed
wip
1 parent 345bbee commit cf92520

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v1
24-
- run: swift test --enable-code-coverage
24+
- run: swift test --enable-code-coverage --build-path build-files
2525
- name: show all files
2626
shell: bash
2727
run: |
@@ -32,11 +32,11 @@ jobs:
3232
with:
3333
name: build-files-{{ matrix.os }}
3434
path: |
35-
.build/
35+
build-files
3636
- uses: ./
3737
name: Run swifty-code-coverage
3838
with:
39-
build-path: .build
39+
build-path: build-files
4040
target: SamplePackageTests.xctest
4141
is-spm: true
4242
output: "coverage/lcov.info"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ fastlane/test_output
8888
# https://github.com/johnno1962/injectionforxcode
8989

9090
iOSInjectionProject/
91+
build-files

0 commit comments

Comments
 (0)