• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / supabase-swift
77%

Build:
DEFAULT BRANCH: main
Repo Added 05 Apr 2024 04:25PM UTC
Files 82
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • alamofire
  • chore-review-actions
  • chore/improve-release-workflow
  • chore/semantic-release-fix
  • chore/update-github-app-token-action
  • ci-refactor
  • ci/allow-any-scope
  • ci/conventionalc-commits
  • ci/fix-deprecated-action
  • ci/xcode16-3
  • coveralls
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/coverallsapp/github-action-2.3.6
  • dependabot/github_actions/lewagon/wait-on-check-action-1.4.0
  • dependabot/npm_and_yarn/conventional-changelog-conventionalcommits-9.1.0
  • dependabot/npm_and_yarn/semantic-release/exec-7.1.0
  • dependabot/swift/github.com/apple/swift-crypto-3.10.2
  • dependabot/swift/github.com/apple/swift-crypto-3.11.1
  • dependabot/swift/github.com/apple/swift-crypto-3.12.2
  • dependabot/swift/github.com/apple/swift-crypto-3.12.3
  • dependabot/swift/github.com/apple/swift-crypto-3.13.3
  • dependabot/swift/github.com/apple/swift-crypto-3.14.0
  • dependabot/swift/github.com/apple/swift-crypto-3.15.0
  • dependabot/swift/github.com/pointfreeco/swift-concurrency-extras-1.3.2
  • dependabot/swift/github.com/pointfreeco/swift-snapshot-testing-1.17.7
  • dependabot/swift/github.com/pointfreeco/swift-snapshot-testing-1.18.0
  • dependabot/swift/github.com/pointfreeco/swift-snapshot-testing-1.18.1
  • dependabot/swift/github.com/pointfreeco/swift-snapshot-testing-1.18.3
  • dependabot/swift/github.com/pointfreeco/swift-snapshot-testing-1.18.4
  • dependabot/swift/github.com/pointfreeco/swift-snapshot-testing-1.18.6
  • dependabot/swift/github.com/pointfreeco/swift-snapshot-testing-1.18.7
  • dependabot/swift/github.com/pointfreeco/xctest-dynamic-overlay-1.5.1
  • dependabot/swift/github.com/pointfreeco/xctest-dynamic-overlay-1.5.2
  • dependabot/swift/github.com/pointfreeco/xctest-dynamic-overlay-1.6.0
  • dependabot/swift/github.com/pointfreeco/xctest-dynamic-overlay-1.6.1
  • docs/spi
  • examples/tpa-clerk
  • feat/auth-admin
  • feat/semantic-release-setup
  • feature/Realtime-Filters
  • feature/realtime-retry-improvements
  • fix-decoder-encoder-instances
  • fix-realtime-event-wildcard-skipped
  • fix/dependencies-crash
  • fix/drop-swift-59
  • fix/exports
  • fix/push-mainactor
  • fix/semantic-release
  • grdsdev-patch-1
  • guilherme/auth/increase-code-coverage
  • guilherme/broadcast-changes-improvement
  • guilherme/clibs-107-supabase-swift-change-default-heartbeat-interval-to-25s
  • guilherme/clibs-117-supabase-swift-send-standard-client-headers-on-all-requests
  • guilherme/clibs-126-supabase-swiftsourcesauthauthclientswift11226-error
  • guilherme/clibs-155-session-gets-removed-when-refresh_token-request-gets
  • guilherme/clibs-158-supabase-swift-add-heartbeat-callback
  • guilherme/clibs-190-edge-function-timeout-60-seconds
  • guilherme/clibs-219-supabase-swift-add-presence-enabled-flag-to-join-push
  • guilherme/clibs-227-supabaseclientexecute-fails-to-compile-inside-mainactor
  • guilherme/clibs-229-supabase-swift-use-dedicated-storage-host-for-storage-lib
  • guilherme/clibs-234-infinite-realtime-re-subscribes-after-keeping-the-app-open
  • guilherme/clibs-246-make-api-key-mandatory-in-supabase-swift-realtime-client
  • guilherme/clibs-283-supabase-swift-implement-linkidentity-with-oidc
  • guilherme/clibs-360-xcode-26-supabase-swift-sdk-buildruntime-errors
  • guilherme/clibs-378-supabase-swift-implement-maxaffected-method
  • guilherme/create-os-log-supabase-logger
  • guilherme/example-facebook
  • guilherme/fix-allow-default-service
  • guilherme/fix-auth-client-id
  • guilherme/fix-crash-auth
  • guilherme/fix/remove-jwt-check
  • guilherme/increase-code-coverage
  • guilherme/increase-code-coverage-functions
  • guilherme/postgrest-code-coverage
  • guilherme/realtime-code-coverage
  • guilherme/refactor-URLQueryRepresentable
  • guilherme/storage-tests
  • main
  • new-http-layer
  • patch-1
  • refactor/function-region-type
  • refactor/websocket-impl-improvements
  • restore-release-please
  • test-release-workflow
  • test/add-test-for-asyncvaluesubject
  • tests/integration-tests
  • tests/realtime
  • update-deps

22 Sep 2025 05:55PM UTC coverage: 77.498%. Remained the same
17924001616

push

github

web-flow
chore: restore and improve release-please configuration (#790)

* ci: add 60-minute timeout for all workflow jobs

Set a global timeout of 60 minutes for all CI jobs to prevent workflows from running indefinitely.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* feat: restore and improve release-please configuration

- Replace semantic-release with release-please for better Swift library support
- Add minimal release-please configuration with default values
- Configure automatic version updates in Sources/Helpers/Version.swift
- Simplify GitHub workflow to use googleapis/release-please-action@v4
- Remove Node.js dependencies and semantic-release configuration
- Support releases from main and release/* branches

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

# Conflicts:
#	Sources/Helpers/Version.swift

# Conflicts:
#	package-lock.json
#	package.json

* chore: remove security workflow

Remove CodeQL and dependency review workflow as it's not needed for this branch.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* docs: update RELEASE.md for release-please workflow

- Replace semantic-release documentation with release-please flow
- Update configuration file references
- Clarify the automated release process with release PRs
- Remove outdated semantic-release and rc branch information

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>

* ci: remove wrong defaults key

* chore: update manigest file with latest version

---------

Co-authored-by: Claude <noreply@anthropic.com>

5545 of 7155 relevant lines covered (77.5%)

23.57 hits per line

Relevant lines Covered
Build:
Build:
7155 RELEVANT LINES 5545 COVERED LINES
23.57 HITS PER LINE
Source Files on main
  • Tree
  • List 82
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17924001616 main chore: restore and improve release-please configuration (#790) * ci: add 60-minute timeout for all workflow jobs Set a global timeout of 60 minutes for all CI jobs to prevent workflows from running indefinitely. 🤖 Generated with [Claude Code](h... push 22 Sep 2025 06:06PM UTC web-flow github
77.5
17923484845 restore-release-please Merge 56ddf4a0a into d930abda4 Pull #790 22 Sep 2025 05:44PM UTC web-flow github
77.5
17922572961 guilherme/clibs-360-xcode-26-supabase-swift-sdk-buildruntime-errors Merge 04671ada2 into 2ac744aca Pull #798 22 Sep 2025 05:11PM UTC web-flow github
77.53
17915558055 main feat(postgrest): implement maxAffected method for row limit enforcement (#795) push 22 Sep 2025 12:48PM UTC web-flow github
77.5
17911479928 main chore(deps): bump github.com/pointfreeco/swift-snapshot-testing (#796) Bumps [github.com/pointfreeco/swift-snapshot-testing](https://github.com/pointfreeco/swift-snapshot-testing) from 1.18.6 to 1.18.7. - [Release notes](https://github.com/pointf... push 22 Sep 2025 10:02AM UTC web-flow github
77.45
17910626740 dependabot/swift/github.com/pointfreeco/swift-snapshot-testing-1.18.7 Merge b1b634ff5 into ec607e021 Pull #796 22 Sep 2025 09:25AM UTC web-flow github
77.45
17910075529 guilherme/clibs-378-supabase-swift-implement-maxaffected-method Merge 19c60dc20 into ec607e021 Pull #795 22 Sep 2025 09:06AM UTC web-flow github
77.5
17806901074 ci-refactor Merge f1df8f02f into ec607e021 Pull #789 17 Sep 2025 06:33PM UTC web-flow github
8.66
17806017037 ci-refactor Merge 119959103 into ec607e021 Pull #789 17 Sep 2025 05:44PM UTC web-flow github
8.66
17805914476 ci-refactor Merge 6876439b6 into ec607e021 Pull #789 17 Sep 2025 05:42PM UTC web-flow github
14.63
See All Builds (297)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc