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

rm-hull / gps-routes-api / 24308993190
36%
main: 36%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.44
DEFAULT BRANCH: main
Ran 12 Apr 2026 02:34PM 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 02:28PM UTC coverage: 35.467% (-11.8%) from 47.258%
24308993190

Pull #121

github

rm-hull
feat: add database dialect abstraction

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
```
Pull Request #121: Feat/issue 120/phase 4 query layer refactoring

81 of 641 new or added lines in 5 files covered. (12.64%)

687 of 1937 relevant lines covered (35.47%)

0.38 hits per line

Uncovered Changes

Lines Coverage ∆ File
489
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 24308993190.1 12 Apr 2026 02:34PM UTC 21
35.47
GitHub Action Run
Source Files on build 24308993190
  • Tree
  • List 21
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #121
  • PR Base - main (#24305940692)
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