Skip to content

Commit

Permalink
Try some options for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
carloschida committed Jul 10, 2024
1 parent c45faeb commit 0174459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app

- name: Build and Test SPM
run: swift test --enable-code-coverage
run: swift test --enable-test-discovery --enable-code-coverage

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit 0174459

Please sign in to comment.