Skip to content

Commit

Permalink
[CI] Update code coverage action, attempt fix for Homebrew nonsense (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed May 28, 2024
1 parent a48eebc commit e62cc88
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- swift:5.8-jammy
- swift:5.9-jammy
- swift:5.10-jammy
- swiftlang/swift:nightly-6.0-jammy
- swiftlang/swift:nightly-main-jammy
include:
- swift-image: swift:5.10-jammy
Expand All @@ -45,7 +46,9 @@ jobs:
swift test --filter='^(PostgresNIOTests|ConnectionPoolModuleTests)' --sanitize=thread ${CODE_COVERAGE}
- name: Submit code coverage
if: ${{ matrix.code-coverage }}
uses: vapor/swift-codecov-action@v0.2
uses: vapor/swift-codecov-action@v0.3
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}

linux-integration-and-dependencies:
strategy:
Expand Down Expand Up @@ -165,7 +168,7 @@ jobs:
# ** BEGIN ** Work around bug in both Homebrew and GHA
(brew upgrade python@3.11 || true) && (brew link --force --overwrite python@3.11 || true)
(brew upgrade python@3.12 || true) && (brew link --force --overwrite python@3.12 || true)
brew upgrade
(brew upgrade || true)
# ** END ** Work around bug in both Homebrew and GHA
brew install --overwrite "${POSTGRES_FORMULA}"
brew link --overwrite --force "${POSTGRES_FORMULA}"
Expand Down

0 comments on commit e62cc88

Please sign in to comment.