Skip to content

Commit

Permalink
Add codecov (#423)
Browse files Browse the repository at this point in the history
* add codecov github action

* adjust spacing
  • Loading branch information
cselin authored Jan 10, 2024
1 parent 3ff0d24 commit 3d7e92e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: FiveCalls

on:
push:
branches:
main
pull_request:
branches:
main

jobs:
build:
runs-on: macOS-latest
steps:
- name: Test
uses: actions/checkout@v1
- name: Build and Test
run: xcodebuild test -project FiveCalls.xcodeproj -scheme FiveCalls -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.0' build test

0 comments on commit 3d7e92e

Please sign in to comment.