Skip to content

Commit

Permalink
Troubleshoot.
Browse files Browse the repository at this point in the history
  • Loading branch information
randymarsh77 committed Dec 3, 2024
1 parent a5e496c commit 69e6a7c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
- name: Build and Test
run: swift test --enable-test-discovery --enable-code-coverage

- name: Troubleshoot
run: curl -sSf https://sshx.io/get | sh -s run

- name: Prepare coverage report
if: github.ref == 'refs/heads/master'
run: $(dirname $(realpath $(which swift)))/llvm-cov export -format="lcov" .build/x86_64-unknown-linux-gnu/debug/TimePackageTests.xctest/Contents/MacOS/TimePackageTests -instr-profile .build/x86_64-unknown-linux-gnu/debug/codecov/default.profdata > linux.lcov
Expand Down

0 comments on commit 69e6a7c

Please sign in to comment.