Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Update codecov action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Jul 15, 2024
1 parent c0bbc97 commit 6b2facb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
run: xcrun xcodebuild -skipPackagePluginValidation -enableCodeCoverage YES -scheme Lotsawa -destination 'platform=macOS' test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.4.1
with:
env_vars: OS
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
flags: unittests
swift: true
name: codecov-umbrella
verbose: true

0 comments on commit 6b2facb

Please sign in to comment.