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

gluesql / gluesql / 25985361787
99%

Build:
DEFAULT BRANCH: main
Ran 17 May 2026 08:16AM UTC
Jobs 1
Files 342
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 May 2026 08:03AM UTC coverage: 98.133% (+0.01%) from 98.12%
25985361787

push

github

web-flow
Hide chrono::ParseError from EvaluateError::FormatParseError (#1913)

Store the parse error as an owned String instead of carrying `chrono::format::ParseError` through the public error surface.
This removes the bespoke serializer helper and the `#[allow(clippy::trivially_copy_pass_by_ref)]` introduced in #1838.

Construction sites in evaluate/function.rs now call `EvaluateError::FormatParseError(err.to_string())`.
Tests in test-suite that matched on `chrono::format::ParseErrorKind` were relaxed to assert the FormatParseError variant; the prior `.kind()` checks were effectively testing chrono's parser rather than gluesql.

10 of 12 new or added lines in 3 files covered. (83.33%)

43259 of 44082 relevant lines covered (98.13%)

72574.52 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
80.0
-3.33% test-suite/src/function/add_month.rs
1
80.0
-3.33% test-suite/src/function/to_date.rs
Jobs
ID Job ID Ran Files Coverage
1 25985361787.1 17 May 2026 08:16AM UTC 342
98.13
GitHub Action Run
Source Files on build 25985361787
  • Tree
  • List 342
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 8bd26ca3 on github
  • Prev Build on main (#24926141446)
  • Next Build on main (#26673781222)
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