Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-ukjeong committed Aug 9, 2024
2 parents 4dbde66 + 8143285 commit c5f9bea
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Swift

on:
push:

branches: [ "**" ]
tags-ignore: [ "**" ]
pull_request:

workflow_dispatch:

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Xcode version
uses: maxim-lobanov/setup-xcode@v1
Expand All @@ -37,8 +37,9 @@ jobs:
-instr-profile .build/debug/codecov/default.profdata > ${{ env.COVERAGE_FILE }}
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
files: ${{ env.COVERAGE_FILE }}
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit c5f9bea

Please sign in to comment.