Skip to content

Commit

Permalink
Merge pull request #48 from kkk669/bump-codecov-v4
Browse files Browse the repository at this point in the history
ci: bump codecov/codecov-action to v4
  • Loading branch information
kkebo authored Feb 6, 2024
2 parents 396880f + 61140da commit cb6784d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- run: swift test --disable-xctest --enable-code-coverage
- run: swift package lint-source-code
- run: llvm-cov export -format="lcov" .build/debug/zyphyPackageTests.swift-testing -instr-profile .build/debug/codecov/default.profdata -ignore-filename-regex=".build|Tests" > coverage_report.lcov
- uses: codecov/codecov-action@v3
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: fail
Expand Down

0 comments on commit cb6784d

Please sign in to comment.