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

form-dev / form
61%

Build:
DEFAULT BRANCH: master
Repo Added 05 Jun 2025 10:19AM UTC
Files 66
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 4.3
  • PrintFloat
  • StartFloat
  • actions-cond-valgrind
  • alloc-failure-hang
  • backtrace
  • badges
  • chainin-symm
  • check-hyperform
  • chop
  • ci-setup-build-action
  • ci-windows-2022
  • ci/build-arm64-windows
  • ci/deploy-enable-flint
  • cmp-counter
  • comp-native
  • dimension
  • dollar-decl
  • dollar-modopt-max
  • dollar-pre-incr
  • dollars-min-max
  • dollars-recursive-lock
  • endsort-leak
  • evaluate-fun
  • exponential
  • factarg-vec
  • feature/autoconf-2.69
  • feature/update-github-actions
  • findloop-replaceloop
  • fix-649
  • fix-endsort
  • fix-issue-646
  • fix-issue-695
  • fix-sav-regression
  • fix-tex4ht
  • fix-torat
  • flint-cleanup
  • flint-reserve
  • flint-sparse
  • flintv2
  • float-bugs
  • float-manual
  • float-tests
  • float-zero
  • formlib
  • grcc-2pt-vtx
  • grcc-fixes
  • grcc-fixes-2
  • humanstats
  • humanstats-test
  • inside-dollar
  • intohide
  • issue-251
  • issue-252
  • issue-617
  • issue-631
  • issue-647
  • issue-664
  • issue-710
  • issue-711
  • issue-747
  • issue-747-2
  • issue-750
  • license-notice
  • make-dollar-warning-default
  • manual-diagrams
  • many-threads
  • memmove
  • mod-opt-segfault
  • mzv-errors
  • non-symbol-takecontent
  • perf-float-check
  • polynomial-tests
  • pr/allow-dollar-moduleoption-anywhere
  • pr/build/fix-latex2html
  • pr/build/zlibwrapper-handling
  • pr/ci/deploy-macos-15-intel
  • pr/ci/flint-3.4.0
  • pr/docs/fix-equation-numbers
  • pr/docs/fix-spectators
  • pr/docs/remove-cfunctions-properties
  • pr/feat/continuedo_number
  • pr/feat/diagrams-20250717
  • pr/feat/enhanced-cherk_rb
  • pr/feat/print-feature-list
  • pr/feat/warn-conflicting-dollar-moduleoptions
  • pr/fix/ci/cache-apt
  • pr/fix/latex2html-authorlist
  • pr/fix/manual-labels-and-sections
  • pr/fix/parform-runtime-terminate
  • pr/flint-version-check
  • pr/refactor/remove-pre-c89-legacy-code
  • pr/test/diagram-comparison
  • pr/test/improve-total_physical_memory
  • pr/test/vacuum-bubbles
  • preproc-subsubversion
  • protect-float
  • putfirst-neg
  • qgraf-keywords
  • readme
  • repeat-sum
  • runtime-error-tests
  • series-tst
  • setups-file
  • sortbot-blocks
  • sortverbose
  • stdint
  • strict-rounding
  • struct-padding-2
  • test-color
  • test-coverage
  • test-coverage-fixes
  • test-extra-cov-fix
  • test-extra-mincer
  • threadbuckets
  • timeout
  • timeout-fix
  • transform-noargs
  • user-normsize
  • v5.0.0
  • void
  • warnings-32bit-debian

19 May 2026 12:33PM UTC coverage: 61.438% (-0.01%) from 61.448%
26097422310

push

github

jodavies
perf: properly check for float mode in PutOut

AC.DefaultPrecision is non-zero, even if we have not enabled floating point
coefficients. Check for an allocated aux_ instead, to avoid searching terms
for the floatstop unnecessarily.

1 of 1 new or added line in 1 file covered. (100.0%)

13 existing lines in 2 files now uncovered.

50828 of 82730 relevant lines covered (61.44%)

5550931.44 hits per line

Relevant lines Covered
Build:
Build:
82730 RELEVANT LINES 50828 COVERED LINES
5550931.44 HITS PER LINE
Source Files on master
  • Tree
  • List 66
  • Changed 4
  • Source Changed 1
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
26097422310 master perf: properly check for float mode in PutOut AC.DefaultPrecision is non-zero, even if we have not enabled floating point coefficients. Check for an allocated aux_ instead, to avoid searching terms for the floatstop unnecessarily. push 19 May 2026 12:36PM UTC jodavies github
61.44
26094742056 master test: add coverage-increasing tests Add some tests which cover previously-untested parts of the code, written by inspecting poorly-covered files according to LCOV. push 19 May 2026 11:42AM UTC jodavies github
61.45
26089073385 master feat: add "On SortVerbose;" for extra sort info Add information to the final sort summaries (per thread and master) including the number of comparisons made, the number of times the small and large buffers were sorted due to their capacities, and... push 19 May 2026 10:19AM UTC jodavies github
58.55
26089008144 master fix: forbid non-dollar names starting with $ push 19 May 2026 10:06AM UTC jodavies github
58.5
26088988370 master fix: segfault after unrecognised moduleoption push 19 May 2026 09:54AM UTC jodavies github
58.47
25369934494 master chore(parform): remove MPI2-related code push 05 May 2026 10:04AM UTC tueda github
58.48
25365138601 master fix: tform: regression due to #797 The fix of #797 causes deadlocks when assigned MODMAX or MODMIN dollars appear on their RHS, inside a function argument. In that case, another lock on the dollar is attempted. For example: `$dol = max_($dol,som... push 05 May 2026 08:19AM UTC jodavies github
58.47
23200477980 master fix: typo in GetTable The typo manifests most prominently as a double free, but it has other effects too. push 17 Mar 2026 03:03PM UTC jodavies github
58.43
23197884847 master Merge 5274c15d0 into bf24cecde Pull #811 17 Mar 2026 02:07PM UTC web-flow github
58.43
22897645682 master perf: allocate Normalize buffers dynamically, store in AT Large stack allocations have a performance implication due to stack clash protection. Dynamically allocate the buffers needed by Normalize in AT, instead. This leads to a large performance... push 10 Mar 2026 10:46AM UTC jodavies github
58.05
See All Builds (378)
  • Repo on GitHub
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