Skip to content

Commit

Permalink
Have swift test generate code coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
petea authored Mar 18, 2022
1 parent 63996b0 commit 5198a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Build unit test target
run: swift build
- name: Run unit test target
run: swift test
run: swift test --enable-code-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2

0 comments on commit 5198a96

Please sign in to comment.