File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -88,3 +88,4 @@ fastlane/test_output
8888# https://github.com/johnno1962/injectionforxcode
8989
9090iOSInjectionProject /
91+ build-files
You can’t perform that action at this time.
0 commit comments