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

JuliaLang / julia / #38090
26%
master: 78%

Build:
Build:
LAST BUILD BRANCH: ib/fix_coverage
DEFAULT BRANCH: master
Ran 04 Jun 2025 07:20AM UTC
Jobs 1
Files 216
Run time 3min
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

04 Jun 2025 12:18AM UTC coverage: 25.766%. First build
#38090

Pull #58628

local

Keno
deps: fix libunwind build with GCC < 11

Apply patch from libunwind/libunwind#853 to add missing parameter names
in _UPT_ptrauth_insn_mask function to comply with ISO/IEC 9899.

Prior to GCC 11, omitting parameter names in function definitions
was an error. GCC 11 changed this behavior in commit
https://gcc.gnu.org/pipermail/gcc-cvs/2020-October/336068.html
to allow omitted parameter names as a C2x extension, making it
a pedantic warning instead of an error.

Since we build without -Wpedantic, the code compiles fine with
GCC 11+ but fails with older GCC versions.

Fixes scheduled CI failures in libunwind build:
https://buildkite.com/julialang/julia-master-scheduled/builds/1160
Pull Request #58628: deps: fix libunwind build with GCC < 11

12848 of 49864 relevant lines covered (25.77%)

713661.19 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #38090.1 04 Jun 2025 07:20AM UTC 216
25.77
Source Files on build #38090
  • Tree
  • List 216
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #58628
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