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

rogerpadilla / uql / 28813586354
95%

Build:
DEFAULT BRANCH: main
Ran 06 Jul 2026 06:22PM UTC
Jobs 1
Files 106
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

06 Jul 2026 06:20PM UTC coverage: 94.913% (-0.03%) from 94.942%
28813586354

push

github

rogerpadilla
feat(uql-orm)!: auto-create FK columns from relations; soft-delete by field name

- Auto-generate `<relation>Id` FK columns from owning relations when not
  declared explicitly; an explicit `@Field({ references })` still takes precedence.
- BREAKING: `softDelete` is configured by field name
  (`@Entity({ softDelete: 'deletedAt' })`) instead of `boolean`; the named field
  is stamped with `Date.now()` on delete.
- BREAKING: remove `onDelete` and `foreignKey` from `FieldOptions` (onDelete
  superseded by entity-level `softDelete`; `foreignKey` was non-functional).
- De-duplicate field-key filtering via `filterFieldKeys`, restore `updatable`
  filtering on updates, and remove dead auto-inference code plus redundant
  `Type<any>` suppressions.

Co-authored-by: Cursor <cursoragent@cursor.com>

3183 of 3524 branches covered (90.32%)

Branch coverage included in aggregate %.

12 of 13 new or added lines in 3 files covered. (92.31%)

5530 of 5656 relevant lines covered (97.77%)

351.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
95.15
-0.83% packages/uql-orm/src/mongo/mongodbQuerier.ts
Jobs
ID Job ID Ran Files Coverage
1 28813586354.1 06 Jul 2026 06:22PM UTC 106
94.91
GitHub Action Run
Source Files on build 28813586354
  • Tree
  • List 106
  • Changed 4
  • Source Changed 4
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28813586354
  • 1622a6ee on github
  • Prev Build on main (#28758030973)
  • Next Build on main (#28814091424)
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