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

archetech / archon
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: 151-grafana-dashboard-styling
DEFAULT BRANCH: main
Repo Added 12 Jan 2026 07:43PM UTC
Token VKRdMqMwqPTOZprp4p5Cb3v3uLt6LWUtk regen
Build 353 Last
Files 21
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 147-lightning-web-client
branch: 147-lightning-web-client
CHANGE BRANCH
x
Reset
Sync Branches
  • 147-lightning-web-client
  • 101-challenge-in-url
  • 102-create-id
  • 111-change-passphrase
  • 114-add-change-passphrase
  • 123-did-version-explorer
  • 13-upgrade-kubo-ipfs
  • 136-lightning-wallets
  • 137-explorer-export-unrestricted
  • 14-merge-search-server
  • 141-l402-disable
  • 143-version-endpoints
  • 145-decode-lightning-invoice
  • 149-local-lightning-stack
  • 151-grafana-dashboard-styling
  • 2-remove-deprecated
  • 21-rename-groupvault
  • 22-rename-version
  • 24-refactor-keymaster
  • 26-support-mainnet
  • 28-import-schema-pack
  • 3-refactor-credentials
  • 31-observability
  • 36-avoid-duplicating-verifiablecredential
  • 38-add-cli-to-keymaster-package
  • 44-get-vault-item
  • 47-transition-schemas
  • 51-wallet-is-missing
  • 55-add-dmail-commands
  • 56-did-aliases
  • 57-cl-hive
  • 58-missing-update-credential-command
  • 6-fix-lint-errors
  • 60-refactor-cli-tests
  • 64-improve-security
  • 68-add-get-property
  • 69-rename-updateasset
  • 70-make-upload-limit-configurable
  • 74-rename-document-assets
  • 77-image-assets-should-be-file-assets
  • 8-rename-cas
  • 81-universal-resolver
  • 84-cli-vote-poll
  • 85-add-JOSE
  • 86-credentialsubjects
  • 88-refactor-polls
  • 91-incorrect-passphrase
  • 93-view-credential
  • 95-edit-credential
  • cln-rtl
  • e2e-report
  • explorer-admin-api-key
  • init-v0.3
  • init-v0.4
  • main
  • op-mining
  • pre-release
  • prerelease
  • refactor-satoshi
  • refactor-version
  • release-0.1
  • release-0.2
  • release-0.3
  • release-npm-20260130
  • release-npm-20260202
  • release-npm-20260209
  • release-npm-20260211
  • release-npm-20260212
  • release-npm-20260213
  • release-npm-20260216
  • release-npm-20260219
  • release-npm-20260221
  • test-performance

02 Mar 2026 09:47PM UTC coverage: 93.655% (-0.05%) from 93.7%
22597169252

Pull #148

github

macterra
fix: Address PR review feedback

- Normalize Drawbridge URLs via new URL().origin to prevent duplicate
  config entries from trailing slashes or case differences
- Add GET /lightning/supported endpoint to Drawbridge and move probe
  into DrawbridgeClient.isLightningSupported() to avoid noisy LNbits
  errors on startup
- Allow removeLightning to work without a Drawbridge connection by
  falling back to removing all Lightning configs
- Remove duplicate balance fetch from KeymasterUI Lightning tab

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #148: feat: Add Lightning tab to web clients

1713 of 1894 branches covered (90.44%)

Branch coverage included in aggregate %.

39 of 41 new or added lines in 2 files covered. (95.12%)

3630 of 3811 relevant lines covered (95.25%)

1191.45 hits per line

Relevant lines Covered
Build:
Build:
3811 RELEVANT LINES 3630 COVERED LINES
1191.45 HITS PER LINE
Source Files on 147-lightning-web-client
  • Tree
  • List 21
  • Changed 19
  • Source Changed 2
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
22597169252 147-lightning-web-client fix: Address PR review feedback - Normalize Drawbridge URLs via new URL().origin to prevent duplicate config entries from trailing slashes or case differences - Add GET /lightning/supported endpoint to Drawbridge and move probe into Drawbridg... Pull #148 02 Mar 2026 09:49PM UTC macterra github
93.65
22596071661 147-lightning-web-client feat: Store Lightning config per Drawbridge URL Lightning credentials are now keyed by Drawbridge server URL in the wallet, allowing identities to have separate Lightning wallets on different servers. Old flat-format wallets are auto-migrated on ... Pull #148 02 Mar 2026 09:18PM UTC macterra github
93.7
22593899924 147-lightning-web-client feat: Show payment proof after Lightning payment After paying an invoice, auto-call checkLightningPayment to fetch and display the payment hash and preimage (proof of payment). Also remove the obsolete missing-memo test since memo is now optional... Pull #148 02 Mar 2026 08:18PM UTC macterra github
93.68
22591875943 147-lightning-web-client chore: Change Drawbridge port from 4230 to 4222, remove ARCHON_SEARCH_URL Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #148 02 Mar 2026 07:23PM UTC macterra github
93.7
22591381002 147-lightning-web-client fix: Use window.location.origin for gatekeeper URL in web client When the client is served from Drawbridge (port 4230), hardcoding :4224 caused the probe and all API calls to hit the Gatekeeper instead of Drawbridge, resulting in 404 on the light... Pull #148 02 Mar 2026 07:09PM UTC macterra github
93.7
22589936398 147-lightning-web-client feat: Build gatekeeper client in Dockerfile.drawbridge (#147) Include the gatekeeper React client build in the Drawbridge image so the web UI is accessible at the Drawbridge service endpoint. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.... Pull #148 02 Mar 2026 06:30PM UTC macterra github
93.7
22589838716 147-lightning-web-client feat: Serve gatekeeper web client from Drawbridge (#147) Drawbridge now serves the gatekeeper React client static files (same ARCHON_GATEKEEPER_SERVE_CLIENT env var as the gatekeeper service). This allows the Lightning-enabled web UI to be access... Pull #148 02 Mar 2026 06:27PM UTC macterra github
93.7
22589151819 147-lightning-web-client feat: Add Lightning tab to gatekeeper web client (#147) Same Drawbridge detection + Lightning tab (Wallet/Receive/Send) as the other web clients, applied to the gatekeeper/client React app. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Pull #148 02 Mar 2026 06:09PM UTC macterra github
93.7
22586638410 147-lightning-web-client feat: Add Lightning tab to web clients (#147) Show Lightning tab (Wallet/Receive/Send sub-tabs) in react-wallet and chrome-extension when connected to a Drawbridge gatekeeper. Detection uses a fetch probe against /api/v1/lightning/balance — 404 m... Pull #148 02 Mar 2026 05:04PM UTC macterra github
93.7
See All Builds (346)

Badge your Repo: archon

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • 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

© 2026 Coveralls, Inc