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

GEWIS / sudosos-backend / 24289911115 / 1
92%
develop: 92%

Build:
DEFAULT BRANCH: develop
Ran 11 Apr 2026 07:36PM UTC
Files 266
Run time 5s
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

11 Apr 2026 07:31PM UTC coverage: 89.065%. Remained the same
24289911115.1

push

github

web-flow
refactor: switch SQLite driver from sqlite3 to better-sqlite3 (#876)

- Replace `sqlite3` with `better-sqlite3@12.8.0` in dependencies
- Remove `'sqlite'` connection type entirely — `better-sqlite3` is
  the only supported SQLite driver going forward
- Update `pnpm.onlyBuiltDependencies` accordingly
- `DatabaseConnection` type and `VALID_DATABASE_CONNECTIONS` now only
  list `better-sqlite3` (alongside mariadb/mysql/postgres)
- `isSqlite` is simply `databaseConnection === 'better-sqlite3'`
- Update `getBootstrapDataSourceOptions()` in `database.ts` to use
  `better-sqlite3`
- Update `test/setup.ts` defaults, `test/unit/database.ts` skip
  guard, and `test/helpers/test-helpers.ts` drop condition to use
  `better-sqlite3`
- Update CI matrix and coverage condition to `better-sqlite3`
- Fix two raw-SQL queries in `balance-service.ts` that used
  double-quoted string literals (`"VALUE"`) — `better-sqlite3`
  enforces the SQL standard strictly (double quotes = identifiers,
  single quotes = strings); `sqlite3` silently fell back

Closes #728

1826 of 2247 branches covered (81.26%)

Branch coverage included in aggregate %.

9406 of 10364 relevant lines covered (90.76%)

1014.86 hits per line

Source Files on job 24289911115.1
  • Tree
  • List 266
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 24289911115
  • 82ecf9bb on github
  • Prev Job for on develop (#24287481523.1)
  • Next Job for on develop (#24351249635.1)
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