Skip to content

Commit

Permalink
codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Mar 9, 2024
1 parent dcbe5d7 commit e6772d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Gather code coverage
run: xcrun llvm-cov export -format="lcov" .build/debug/FlyingFoxPackageTests.xctest/Contents/MacOS/FlyingFoxPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
- name: Upload Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage_report.lcov

Expand Down

0 comments on commit e6772d0

Please sign in to comment.