Skip to content

Commit 333f2df

Browse files
authored
Update SyntaxKit.yml
1 parent aa12cf4 commit 333f2df

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/SyntaxKit.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,14 @@ jobs:
5454
with:
5555
windows-swift-version: ${{ matrix.swift-version }}
5656
windows-swift-build: ${{ matrix.swift-build }}
57-
- uses: sersoft-gmbh/swift-coverage-action@v4
58-
id: coverage-files
59-
with:
60-
fail-on-empty-output: true
6157
- name: Upload coverage to Codecov
6258
uses: codecov/codecov-action@v4
6359
with:
6460
fail_ci_if_error: true
6561
flags: swift-${{ matrix.swift-version }},windows
6662
verbose: true
6763
token: ${{ secrets.CODECOV_TOKEN }}
68-
files: ${{ join(fromJSON(steps.coverage-files.outputs.files), ',') }}
64+
# files: ${{ join(fromJSON(steps.coverage-files.outputs.files), ',') }}
6965
build-macos:
7066
name: Build on macOS
7167
env:

0 commit comments

Comments
 (0)