Skip to content

Commit 33cad9f

Browse files
committed
Switch to next release of codecov action now that it has been verified to work.
1 parent daa951f commit 33cad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- run: swift test --enable-test-discovery --enable-code-coverage
1313
- id: analysis
14-
uses: mattpolzin/swift-codecov-action@master
14+
uses: mattpolzin/swift-codecov-action@0.6.0
1515
with:
1616
MINIMUM_COVERAGE: 98

0 commit comments

Comments
 (0)