Skip to content

Commit e0cd2e3

Browse files
committed
codecov/codecov-action@v3
1 parent 9db0e2c commit e0cd2e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: macos-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
- name: Build and Test
1515
run: swift test --enable-code-coverage
1616
- name: Gather code coverage
1717
run: xcrun llvm-cov export -format="lcov" .build/debug/SwiftDrawPackageTests.xctest/Contents/MacOS/SwiftDrawPackageTests -instr-profile .build/debug/codecov/default.profdata > coverage_report.lcov
1818
- name: Upload Coverage
19-
uses: codecov/codecov-action@v2
19+
uses: codecov/codecov-action@v3
2020
with:
2121
fail_ci_if_error: true
2222
files: ./coverage_report.lcov

0 commit comments

Comments
 (0)