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

pomerium / envoy-custom / 17775109983
100%

Build:
DEFAULT BRANCH: main
Ran 16 Sep 2025 06:46PM UTC
Jobs 1
Files 68
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

16 Sep 2025 06:17PM UTC coverage: 100.0%. Remained the same
17775109983

push

github

web-flow
update to Envoy 1.35.3 (#92)

Update Envoy from 1.34.5 to 1.35.3.

Envoy removed the 'libc++20' .bazelrc config group (libc++ is the
default as of envoyproxy/envoy@0a28910) but it looks like we still need
to select the 'clang' config group explicitly. They also removed
'clang-asan' (now just 'asan'), so the test-coverage workflow and the
setup_clang.sh script both need to be updated.

Much of the 0002-bump-dependencies.patch is no longer needed.

There's a new clang diagnostic warning/error from the quiche library. I
tried patching just the quiche repository with 'copts' to suppress it,
but some Envoy libraries also import the quiche code, and there wasn't
an easy place to add copts for all of those. Instead, turn off this
warning in the .bazelrc configuration.

There's a new "error: explicit specialization of
'fmt::formatter<std::string_view>' after instantiation" in a couple of
the ssh extension tests. It looks like this occurs whenever
"source/common/common/fmt.h" is included after a fmt call with a
string_view argument. Work around this error by including
"source/common/common/fmt.h" earlier (even though unused).

The Envoy coverage tooling was refactored in envoyproxy/envoy@c2ab0e7
and now requires loading envoy_repo() in the WORKSPACE file. The
coverage report format is different, but we can patch the coverage
script to generate lcov coverage results too.

5088 of 5088 relevant lines covered (100.0%)

22274.16 hits per line

Jobs
ID Job ID Ran Files Coverage
1 17775109983.1 16 Sep 2025 06:46PM UTC 68
100.0
GitHub Action Run
Source Files on build 17775109983
  • Tree
  • List 68
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17775109983
  • 86176bef on github
  • Prev Build on main (#17748219443)
  • Next Build on main (#17843638370)
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