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

firezone / firezone / 22289697444
62%

Build:
DEFAULT BRANCH: main
Ran 23 Feb 2026 01:23AM UTC
Jobs 6
Files 616
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

23 Feb 2026 01:22AM UTC coverage: 62.356% (+0.06%) from 62.294%
22289697444

push

github

web-flow
refactor(snownet): make `IceConfig` connection-specific (#12241)

With the removal of the old (< 1.4.0) connection scheme, we can finally
simplify some of the abstractions in `snownet`. Previously, we had two
types of connections and therefore, we need to access instances of the
`IceAgent` for both types, resulting in an API on our `Connections` type
that didn't return a `Connection` itself but only individual fields. As
a consequence, a lot of functionality around manipulating e.g. the
`IceAgent` was extracted into free-functions because it couldn't live on
any type in particular.

Now that these reasons no longer exist, we can move functionality like
adding and removing `Candidate`s to the `Connection` type itself,
simplifying the overall data flow.

Furhermore, this allows us to implement a feature we will need for
client <> client connectivity: Connection-specific idle timers. Instead
of applying a global ICE timing config for an entire `Node`, we pass
those configs into `upsert_connection`, allowing the caller to decide on
a case-by-case basis, what the timing config for this connection should
be.

To begin with, these values will always be the same but for client <>
client connections, we will change that such that those connections
never idle. Connections between clients are bi-directional and
therefore, we need a more aggressive timeout behaviour to be able to
give earlier feedback to the user in case the remote disappears.

263 of 274 new or added lines in 5 files covered. (95.99%)

6 existing lines in 4 files now uncovered.

31854 of 51084 relevant lines covered (62.36%)

299380.4 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
91.48
-0.44% rust/libs/connlib/snownet/src/node.rs
7
96.0
rust/libs/connlib/snownet/src/node/connection_state.rs

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.17
-0.62% elixir/lib/portal_api/gateway/channel.ex
1
76.09
-2.17% elixir/lib/portal/okta/error_codes.ex
1
91.48
-0.44% rust/libs/connlib/snownet/src/node.rs
3
95.36
-0.19% rust/libs/connlib/tunnel/src/gateway/client_on_gateway.rs
Subprojects
ID Flag name Job ID Ran Files Coverage
1 rust-test-macOS 22289697444.1 23 Feb 2026 01:29AM UTC 142
56.96
GitHub Action Run
2 rust-tunnel-test 22289697444.2 23 Feb 2026 01:33AM UTC 110
49.22
GitHub Action Run
3 rust-test-Windows 22289697444.3 23 Feb 2026 01:34AM UTC 162
57.37
GitHub Action Run
4 swift-test 22289697444.4 23 Feb 2026 01:23AM UTC 44
16.42
GitHub Action Run
5 portal 22289697444.5 23 Feb 2026 01:24AM UTC 361
65.57
GitHub Action Run
6 rust-test-Linux 22289697444.6 23 Feb 2026 01:30AM UTC 188
55.09
GitHub Action Run
Source Files on build 22289697444
  • Tree
  • List 616
  • Changed 16
  • Source Changed 4
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22289697444
  • b2e78fd3 on github
  • Prev Build on gh-readonly-queue/main/pr-12254-27182fe334570aa25d321ff85907601789b05ea6 (#22287714855)
  • Next Build on main (#22289740826)
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