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

decentraland / comms-message-sfu
89%

Build:
DEFAULT BRANCH: main
Repo Added 21 May 2025 12:42PM UTC
Files 16
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: main
CHANGE BRANCH
x
Reset
  • main
  • 0.0.0
  • 0.0.1
  • 0.0.2
  • chore/add-seq-diag-to-readme
  • chore/bump-livekit-rtc-node
  • dependabot/npm_and_yarn/brace-expansion-1.1.12
  • dependabot/npm_and_yarn/dcl/eslint-config-2.3.0
  • dependabot/npm_and_yarn/dcl/eslint-config-2.3.1
  • dependabot/npm_and_yarn/form-data-4.0.4
  • dependabot/npm_and_yarn/livekit-server-sdk-2.13.1
  • dependabot/npm_and_yarn/livekit-server-sdk-2.13.2
  • dependabot/npm_and_yarn/livekit-server-sdk-2.13.3
  • dependabot/npm_and_yarn/livekit-server-sdk-2.14.0
  • dependabot/npm_and_yarn/livekit-server-sdk-2.14.1
  • dependabot/npm_and_yarn/livekit-server-sdk-2.14.2
  • dependabot/npm_and_yarn/livekit/rtc-node-0.13.14
  • dependabot/npm_and_yarn/livekit/rtc-node-0.13.16
  • dependabot/npm_and_yarn/livekit/rtc-node-0.13.17
  • dependabot/npm_and_yarn/livekit/rtc-node-0.13.18
  • dependabot/npm_and_yarn/livekit/rtc-node-0.13.19
  • dependabot/npm_and_yarn/livekit/rtc-node-0.13.20
  • dependabot/npm_and_yarn/livekit/rtc-node-0.13.21
  • dependabot/npm_and_yarn/nodemon-3.1.11
  • dependabot/npm_and_yarn/types/node-22.15.23
  • dependabot/npm_and_yarn/types/node-22.15.24
  • dependabot/npm_and_yarn/types/node-22.15.29
  • dependabot/npm_and_yarn/types/node-22.15.30
  • dependabot/npm_and_yarn/types/node-24.0.0
  • dependabot/npm_and_yarn/types/node-24.0.1
  • dependabot/npm_and_yarn/types/node-24.0.10
  • dependabot/npm_and_yarn/types/node-24.0.11
  • dependabot/npm_and_yarn/types/node-24.0.12
  • dependabot/npm_and_yarn/types/node-24.0.13
  • dependabot/npm_and_yarn/types/node-24.0.14
  • dependabot/npm_and_yarn/types/node-24.0.3
  • dependabot/npm_and_yarn/types/node-24.0.4
  • dependabot/npm_and_yarn/types/node-24.0.6
  • dependabot/npm_and_yarn/types/node-24.0.7
  • dependabot/npm_and_yarn/types/node-24.1.0
  • dependabot/npm_and_yarn/types/node-24.10.0
  • dependabot/npm_and_yarn/types/node-24.10.1
  • dependabot/npm_and_yarn/types/node-24.2.0
  • dependabot/npm_and_yarn/types/node-24.2.1
  • dependabot/npm_and_yarn/types/node-24.3.0
  • dependabot/npm_and_yarn/types/node-24.3.1
  • dependabot/npm_and_yarn/types/node-24.3.2
  • dependabot/npm_and_yarn/types/node-24.5.0
  • dependabot/npm_and_yarn/types/node-24.5.1
  • dependabot/npm_and_yarn/types/node-24.5.2
  • dependabot/npm_and_yarn/types/node-24.6.0
  • dependabot/npm_and_yarn/types/node-24.6.1
  • dependabot/npm_and_yarn/types/node-24.6.2
  • dependabot/npm_and_yarn/types/node-24.7.0
  • dependabot/npm_and_yarn/types/node-24.7.1
  • dependabot/npm_and_yarn/types/node-24.7.2
  • dependabot/npm_and_yarn/types/node-24.8.0
  • dependabot/npm_and_yarn/types/node-24.8.1
  • dependabot/npm_and_yarn/types/node-24.9.0
  • dependabot/npm_and_yarn/types/node-24.9.1
  • dependabot/npm_and_yarn/types/node-24.9.2
  • dependabot/npm_and_yarn/typescript-5.9.2
  • dependabot/npm_and_yarn/typescript-5.9.3
  • feat/include-form-in-protobuf-chat-message
  • feat/increment-failed-metric-when-proto-decode-fails
  • feat/livekit-community-routing
  • feat/skip-messages-from-non-members
  • fix/disconnect-when-room-is-not-null
  • fix/install-ca-certificates
  • fix/protocol-decoder-failing
  • fix/re-route-packets-instead-of-chats
  • fix/reconnection-loop

22 Sep 2025 12:50PM UTC coverage: 88.986% (+0.03%) from 88.953%
17915850689

push

github

web-flow
feat: Increment metric when proto decode fails (#53)

61 of 75 branches covered (81.33%)

Branch coverage included in aggregate %.

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

246 of 270 relevant lines covered (91.11%)

8.59 hits per line

Relevant lines Covered
Build:
Build:
270 RELEVANT LINES 246 COVERED LINES
8.59 HITS PER LINE
Source Files on main
  • Tree
  • List 16
  • Changed 7
  • Source Changed 1
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
17915850689 main feat: Increment metric when proto decode fails (#53) push 22 Sep 2025 12:51PM UTC web-flow github
88.99
17912057480 main fix: Protocol decoder failing (#52) * chore: Bump protocol version to be compatible with last Packet message version * fix: Aovid breaking the flow if protobuf decoding fails * test: Increase coverage push 22 Sep 2025 10:14AM UTC web-flow github
88.95
15617530400 main fix: Re Route packets of type chat (#24) * fix: Re Route packets of type chat * test: fix test * test: Fix test push 12 Jun 2025 05:47PM UTC web-flow github
89.16
15559838890 main feat: Use protocol to encode/decode message while including original sender in the message (#20) * feat: Use protocol to encode/decode message while addind the identity of the original sender in the chat message * chore: Upgrade proto push 10 Jun 2025 12:45PM UTC web-flow github
89.02
15485266320 main fix: Disconnect if the room is not null (#19) push 06 Jun 2025 07:32AM UTC web-flow github
88.96
15462759206 main feat: Skip messages from non members (#17) * feat: Skip messages from non members * feat: Test the new validation push 05 Jun 2025 08:53AM UTC web-flow github
88.41
15327298252 main fix: Install CA Certificates (#14) push 29 May 2025 03:23PM UTC web-flow github
91.28
15320645438 main chore: Bump livekit rtc node to 0.13.14 (#12) * chore: Bump livekit rtc node to 0.13.14 * refactor: room id instead of name * chore: Try fixing dockerfile installing missing dependencies for livekit dep * chore: Remove commentS * fix: Use sli... push 29 May 2025 09:22AM UTC web-flow github
91.28
15296560915 main chore: Add sequence diagram to README (#11) push 28 May 2025 09:27AM UTC web-flow github
91.28
15205251011 main feat: Community messages routing (#8) * feat: First approach to routing messages to community members * chore: Add TODO for banned and kicked members * feat: Add metrics * chore: Replica id from env var * chore: Rename to replica number * te... push 23 May 2025 07:54AM UTC web-flow github
91.28
See All Builds (98)
  • 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