Skip to content

Commit

Permalink
Re-enable test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Oct 27, 2023
1 parent 628f038 commit 8730fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: SPM tests
run: swift test
run: swift test --enable-code-coverage
- name: Convert coverage files
run: |
xcrun llvm-cov export -format "lcov" \
Expand Down

0 comments on commit 8730fe4

Please sign in to comment.