Skip to content

Commit

Permalink
ci: πŸ”„ synced local '.github/workflows/' with remote 'workflows/swift'
Browse files Browse the repository at this point in the history
  • Loading branch information
ordo-ci committed Oct 14, 2024
1 parent b5fd25b commit 12daba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift-code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
fi
if [ -f ${xctest_binary} ]; then
llvm-cov-15 export -format="lcov" ${xctest_binary} -instr-profile .build/debug/codecov/default.profdata > info.lcov
llvm-cov export -format="lcov" ${xctest_binary} -instr-profile .build/debug/codecov/default.profdata > info.lcov
fi
- name: Upload codecov
Expand Down

0 comments on commit 12daba5

Please sign in to comment.