Skip to content

Commit

Permalink
Update Build and test framework.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmazeev authored Jan 8, 2024
1 parent a7d2b7d commit cb55e31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Build and test framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build and test
run: swift test -v --enable-code-coverage
- name: Test coverage
uses: maxep/[email protected]
with:
output-file: ./coverage/lcov.info

0 comments on commit cb55e31

Please sign in to comment.