Skip to content

Commit

Permalink
Merge pull request #1 from tgymnich/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-4

Bump codecov/codecov-action from 1 to 4
  • Loading branch information
tgymnich authored Mar 2, 2024
2 parents b1bac62 + 0963dca commit 737dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Convert coverage report
run: xcrun llvm-cov export -format="lcov" .build/debug/OTPKitPackageTests.xctest/Contents/MacOS/OTPKitPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage.lcov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4

0 comments on commit 737dfde

Please sign in to comment.