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

GEWIS / sudosos-backend / 24289911115
92%

Build:
DEFAULT BRANCH: develop
Ran 11 Apr 2026 07:36PM UTC
Jobs 1
Files 266
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

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

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 %.

4 of 4 new or added lines in 2 files covered. (100.0%)

9406 of 10364 relevant lines covered (90.76%)

1014.86 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24289911115.1 11 Apr 2026 07:36PM UTC 266
89.07
GitHub Action Run
Source Files on build 24289911115
  • 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 Repo
  • Github Actions Build #24289911115
  • 82ecf9bb on github
  • Prev Build on develop (#24287481523)
  • Next Build on develop (#24351249635)
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