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

FEniCS / ffcx / 32024732769
85%
main: 85%

Build:
Build:
LAST BUILD BRANCH: dokken/turn_on_cancel_jacobians
DEFAULT BRANCH: main
Ran 17 Aug 2026 11:28AM UTC
Jobs 1
Files 59
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

17 Aug 2026 11:23AM UTC coverage: 84.786%. Remained the same
32024732769

push

github

web-flow
Declare jn/yn in generated C, fixing wrong Bessel values (#855)

The integer-order Bessel functions jn/yn are XSI extensions rather than
ISO C, and glibc's <math.h> hides them in strict ISO mode. Compiling
generated code with -std=c17 therefore left the calls implicitly
declared as returning int, which is not just a warning: the double
return value is read as int, so jn/yn evaluated to garbage (0 here), and
a non-integer order argument was passed in the wrong register entirely.

Request the XSI declarations in the generated implementation preamble,
and drop -Wno-error=implicit-function-declaration from the demo test so
this stays enforced.

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

4213 of 4969 relevant lines covered (84.79%)

0.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32024732769.1 17 Aug 2026 11:28AM UTC 59
84.79
GitHub Action Run
Source Files on build 32024732769
  • Tree
  • List 59
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7d77fbe4 on github
  • Prev Build on gh-readonly-queue/main/pr-854-d13817b31eead3ba5069ef715804eb78383d207c (#32020921335)
  • Next Build on gh-readonly-queue/main/pr-855-1a5f166c91d178c49062f546a5ccfc3ef9a72110 (#32024732556)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc