We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa12cf4 commit 333f2dfCopy full SHA for 333f2df
1 file changed
.github/workflows/SyntaxKit.yml
@@ -54,18 +54,14 @@ jobs:
54
with:
55
windows-swift-version: ${{ matrix.swift-version }}
56
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
61
- name: Upload coverage to Codecov
62
uses: codecov/codecov-action@v4
63
64
fail_ci_if_error: true
65
flags: swift-${{ matrix.swift-version }},windows
66
verbose: true
67
token: ${{ secrets.CODECOV_TOKEN }}
68
- files: ${{ join(fromJSON(steps.coverage-files.outputs.files), ',') }}
+ # files: ${{ join(fromJSON(steps.coverage-files.outputs.files), ',') }}
69
build-macos:
70
name: Build on macOS
71
env:
0 commit comments