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

estebanzimanyi / MobilityDB / 22217542848
95%

Build:
DEFAULT BRANCH: master
Ran 20 Feb 2026 08:55AM UTC
Jobs 1
Files 128
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 Feb 2026 02:49PM UTC coverage: 95.209% (-0.05%) from 95.254%
22217542848

push

github

web-flow
Single parsing for MEOS values (#754)

This PR enables a single parsing for MEOS values using an expandable
array.

When parsing a value composed of other values, such as a temporal
sequence composed of temporal instants, at the beginning we don't know
the number of composing values in the text string. Previously we parsed
once the string, and after knowing the number of values, we create an
array for holding the values with a `palloc` and then, the string was
reparsed again saving the values in the array. The new expandable array
data structure enables a single parsing.

139 of 173 new or added lines in 2 files covered. (80.35%)

1 existing line in 1 file now uncovered.

32650 of 34293 relevant lines covered (95.21%)

1141043.74 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
11
91.52
-1.82% meos/src/geo/tspatial_parser.c
23
90.29
-3.46% meos/src/temporal/type_parser.c

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.03
-0.32% mobilitydb/src/temporal/tnumber_gist.c
Jobs
ID Job ID Ran Files Coverage
1 22217542848.1 20 Feb 2026 08:55AM UTC 128
95.21
GitHub Action Run
Source Files on build 22217542848
  • Tree
  • List 128
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e92f1cea on github
  • Prev Build on master (#21786347306)
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