We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee919a2 commit a217979Copy full SHA for a217979
.github/workflows/ci.yml
@@ -33,6 +33,7 @@ jobs:
33
with:
34
format: lcov
35
search-paths: ./.build
36
+ ignore-conversion-failures: true
37
env:
38
DEVELOPER_DIR: ${{ env.CI_XCODE }}
39
- name: Upload coverage to Codecov
@@ -51,7 +52,7 @@ jobs:
51
52
- uses: actions/checkout@v4
53
- uses: sersoft-gmbh/SwiftyActions@v3
54
- release-version: "6"
55
+ release-version: "5"
56
github-token: ${{ secrets.GITHUB_TOKEN }}
57
- name: Build and Test
58
run: set -o pipefail && env NSUnbufferedIO=YES swift test --enable-test-discovery --enable-code-coverage
0 commit comments