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

c-ares / c-ares / 10190114717
92%

Build:
DEFAULT BRANCH: main
Ran 01 Aug 2024 01:09AM UTC
Jobs 1
Files 169
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 Aug 2024 01:06AM UTC coverage: 91.622% (-0.1%) from 91.755%
10190114717

push

github

web-flow
Data Structure: Dynamic Array (#841)

Create a new data structure for a basic growable indexable array,
supporting the features you'd normally expect such as insert (at, last,
first), remove (at, last, first), and get (at, last, first). Internally
all data is stored in an appropriately sized array that can directly be
returned to the caller as a C array of the data type provided. The array
grows by powers of two, and has optimizations for head and tail
removals.

Array modifications can be risky (e.g. wrong reallocation sizes,
mis-sized memory moves, out-of-bounds access), so it makes sense to have
standardized code that is well tested.

The arrays used by the dns record parser / writer have been converted to
the new array data structure as have a few other instances.

Authored-By: Brad House (@bradh352)

440 of 509 new or added lines in 8 files covered. (86.44%)

20 existing lines in 7 files now uncovered.

19937 of 21760 relevant lines covered (91.62%)

102146.35 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10190114717.1 01 Aug 2024 01:09AM UTC 0
57.89
GitHub Action Run
Source Files on build 10190114717
Detailed source file information is not available for this build.
  • Back to Repo
  • 0e4b735a on github
  • Prev Build on coverity_scan (#10181273553)
  • Next Build on main (#10197026012)
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