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

topfreegames / arkadiko / 24045517378
64%

Build:
DEFAULT BRANCH: master
Ran 06 Apr 2026 06:47PM UTC
Jobs 1
Files 13
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

06 Apr 2026 06:45PM UTC coverage: 64.122% (+0.4%) from 63.772%
24045517378

push

github

web-flow
fix: downgrade MQTT QoS from 2 to 1 to prevent dropped messages (#33)

QoS 2 (exactly-once) causes receive_maximum_exceeded errors on EMQX v5
during traffic bursts, as the broker's max_awaiting_rel limit (100) gets
overwhelmed. QoS 1 (at-least-once) uses a simpler 2-step handshake with
no awaiting_rel state, eliminating this bottleneck entirely. For chat
messages, at-least-once delivery is sufficient.

Related: emqx/emqx#13399 (broker returns wrong Receive Maximum in CONNACK)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

2 of 2 new or added lines in 2 files covered. (100.0%)

24 existing lines in 3 files now uncovered.

865 of 1349 relevant lines covered (64.12%)

11.26 hits per line

Coverage Regressions

Lines Coverage ∆ File
11
82.4
0.0% httpclient/httpclient.go
7
85.87
2.54% api/sendmqtt.go
6
75.0
-0.14% api/middleware.go
Jobs
ID Job ID Ran Files Coverage
1 24045517378.1 06 Apr 2026 06:47PM UTC 13
64.12
GitHub Action Run
Source Files on build 24045517378
  • Tree
  • List 13
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • edcc54c6 on github
  • Prev Build on master (#15883939685)
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