Skip to content

Commit

Permalink
Update yuval.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-sentry authored Mar 14, 2024
1 parent f226636 commit 776ae46
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/yuval.yml
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
name: iOS Tests with Coverage

on:
push:
branches:
- integrate_codecov

jobs:
build:
runs-on: macos-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Build and Test
run: |
swift build
swift test --enable-code-coverage
# - name: Generate Coverage Report
# run: |
# xcrun xccov view --report <derived-data-path>/Logs/Test/*.xccovreport > coverage.txt

0 comments on commit 776ae46

Please sign in to comment.