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

vertigra / PcBeaconAgent / 29456200363
5%
master: 5%

Build:
Build:
LAST BUILD BRANCH: devel
DEFAULT BRANCH: master
Ran 15 Jul 2026 10:43PM UTC
Jobs 1
Files 47
Run time 1min
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

15 Jul 2026 10:40PM UTC coverage: 15.224% (+0.04%) from 15.187%
29456200363

push

github

vertigra
fix(server): restore query-string auth, fix OnExit deadlock, fix tests

1. ApiKeyExtensions + BeaconServiceHub: restore query-string
   fallback for api_key. Android client sends the key via query
   string for both REST and SignalR WebSocket handshake. Removing
   it broke all authenticated endpoints (401).

2. App.OnExit: replace GetAwaiter().GetResult() (deadlocks the
   UI thread because StopAsync tries to marshal back to the
   Dispatcher) with Task.Run(() => StopAsync()). The web host
   stops on a thread-pool thread, the UI thread is free.

3. BeaconServerIdentityTests: write server.key to
   AppContext.BaseDirectory (matching the production code)
   instead of changing Directory.SetCurrentDirectory. The tests
   were failing because BeaconServerIdentity now resolves the
   key path via AppContext.BaseDirectory, not CWD.

241 of 1583 relevant lines covered (15.22%)

3.02 hits per line

Coverage Regressions

Lines Coverage ∆ File
38
0.0
0.0% PcBeaconAgent.Server.Core/Services/AudioController.cs
28
0.0
0.0% PcBeaconAgent.Server.Core/Services/BeaconServiceHub.cs
26
0.0
0.0% PcBeaconAgent.Server.Core/Extensions/ApiKeyExtensions.cs
15
0.0
0.0% PcBeaconAgent.Server.Core/Services/DisplayController.cs
11
0.0
0.0% PcBeaconAgent.Server.Core/Endpoints/PairingEndpointsExtensions.cs
8
84.91
-5.57% PcBeaconAgent.Server.Core/Services/BeaconServer.cs
8
93.02
0.11% PcBeaconAgent.Server.Core/Services/PairingService.cs
4
87.5
0.4% PcBeaconAgent.Server.Core/Services/BeaconServerIdentity.cs
Jobs
ID Job ID Ran Files Coverage
1 Server.Core - 29456200363.1 15 Jul 2026 10:43PM UTC 47
15.22
GitHub Action Run
Source Files on build 29456200363
  • Tree
  • List 47
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29456200363
  • 2b5c9489 on github
  • Prev Build on devel (#29295520865)
  • Next Build on devel (#29456662640)
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