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

rm-hull / gps-routes-api / 24310622019
36%

Build:
DEFAULT BRANCH: main
Ran 12 Apr 2026 04:01PM UTC
Jobs 1
Files 21
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

12 Apr 2026 03:59PM UTC coverage: 36.234% (-11.0%) from 47.258%
24310622019

push

github

web-flow
feat: issue #120 phase 1-4 -- query layer refactoring (#121)

Introduce a `Dialect` interface to support cross-database compatibility,
allowing the `QueryBuilder` to generate syntax specific to PostgreSQL
and SQLite.

```mermaid
classDiagram
    class Dialect {
        <<interface>>
        +FormatParam(int) string
        +BuildArrayOverlapQuery(string, string) string
        +BuildFullTextQuery(string, string) string
        +PrepareParam(any) any
    }
    class PostgreSQLDialect
    class SQLiteDialect
    class QueryBuilder {
        -Dialect dialect
    }

    Dialect <|.. PostgreSQLDialect
    Dialect <|.. SQLiteDialect
    QueryBuilder --> Dialect
```

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

81 of 600 new or added lines in 5 files covered. (13.5%)

687 of 1896 relevant lines covered (36.23%)

0.39 hits per line

Uncovered Changes

Lines Coverage ∆ File
448
0.0
cmds/migrate_postgres_to_sqlite.go
44
53.68
db/dialect.go
18
0.0
0.0% main.go
9
26.56
0.26% repositories/postgres.go
Jobs
ID Job ID Ran Files Coverage
1 24310622019.1 12 Apr 2026 04:01PM UTC 21
36.23
GitHub Action Run
Source Files on build 24310622019
  • Tree
  • List 21
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • be4a433b on github
  • Prev Build on main (#24305940692)
  • Next Build on main (#24662381479)
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