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

neomutt / neomutt / 15671257842
42%

Build:
DEFAULT BRANCH: main
Ran 16 Jun 2025 03:41AM UTC
Jobs 1
Files 174
Run time 2min
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

01 Jun 2025 12:57PM UTC coverage: 50.049%. Remained the same
15671257842

push

github

web-flow
Use the standard countof instead of our mutt_array_size() (#4628)

countof() is the name blessed by the C Committee for ISO C2y.
Use it if available, and define it if not.

countof() will be provided by GCC 16 and Clang 21.

This is mostly a scripted change:

	$ find . -type f \
	| grep '\.[ch]$' \
	| xargs grep -l mutt_array_size \
	| xargs sed -i 's/mutt_array_size(/countof(/';

Apart from the scripted changes, I've changed the definition at
"mutt/memory.h".

Link: <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3550.pdf#subsubsection.0.6.5.4.5>
Link: <https://www.open-std.org/jtc1/sc22/wg14/www/docs/n3550.pdf#section.0.7.21>
Link: <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117025>
Link: <https://github.com/llvm/llvm-project/issues/102836>
Reviewed-by: Pietro Cerutti <gahr@gahr.ch>

Signed-off-by: Alejandro Colomar <alx@kernel.org>

8 of 13 new or added lines in 7 files covered. (61.54%)

9108 of 18198 relevant lines covered (50.05%)

253.06 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
64.86
0.0% core/mailbox.c
1
0.0
0.0% pattern/exec.c
3
0.0
0.0% imap/auth.c
Jobs
ID Job ID Ran Files Coverage
1 15671257842.1 16 Jun 2025 03:41AM UTC 174
50.05
GitHub Action Run
Source Files on build 15671257842
  • Tree
  • List 174
  • Changed 8
  • Source Changed 8
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #15671257842
  • 09ea3feb on github
  • Prev Build on main (#14963217167)
  • Next Build on main (#15814685361)
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