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

FEniCS / ffcx / 33189579632
86%
main: 85%

Build:
Build:
LAST BUILD BRANCH: gh-readonly-queue/main/pr-876-a43af0b53c47cc2877e1b290c89c460ea76c78a5
DEFAULT BRANCH: main
Ran 28 Aug 2026 04:26PM 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

28 Aug 2026 04:21PM UTC coverage: 84.901% (+0.1%) from 84.786%
33189579632

Pull #865

github

garth-wells
Address review nits: expr_key naming, rounding doc, dead table_access call

- Rename optimizer.py's _key to expr_key since it's imported into
  integral_generator.py; add an explicit PrefixUnaryOp case so Neg/Not
  subexpressions key structurally instead of falling through to a
  default identity-based repr().
- Correct reciprocal_cse_statements' docstring: a * (1.0 / b) is not
  bit-identical to a / b in general (two roundings, not one), except
  when b is an exact power of two -- it's the same reassociation
  -ffast-math would apply, done unconditionally here, not a rounding-
  preserving transform.
- Move the tensor-factorisation table_access call in
  _define_coordinate_dofs_lincomb into the branch that actually uses
  it; the unrolled branch was computing and discarding it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Pull Request #865: Stack codegen performance fixes: quadrature-loop split, tensor contraction, CSE, coordinate unrolling, LICM fusion

279 of 322 new or added lines in 4 files covered. (86.65%)

39 existing lines in 7 files now uncovered.

4476 of 5272 relevant lines covered (84.9%)

0.85 hits per line

Uncovered Changes

Lines Coverage ∆ File
38
85.66
-11.53% ffcx/codegeneration/optimizer.py
5
96.18
-0.49% ffcx/codegeneration/integral_generator.py

Coverage Regressions

Lines Coverage ∆ File
12
82.42
0.0% ffcx/codegeneration/numba/formatter.py
10
96.18
-0.49% ffcx/codegeneration/integral_generator.py
8
94.03
0.7% ffcx/codegeneration/definitions.py
3
95.09
1.23% ffcx/codegeneration/C/formatter.py
3
85.66
-11.53% ffcx/codegeneration/optimizer.py
2
96.77
1.32% ffcx/codegeneration/C/integral.py
1
77.91
0.17% ffcx/codegeneration/lnodes.py
Jobs
ID Job ID Ran Files Coverage
1 33189579632.1 28 Aug 2026 04:26PM UTC 59
84.9
GitHub Action Run
Source Files on build 33189579632
  • Tree
  • List 59
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #865
  • PR Base - main (#32067227270)
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