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

typeorm / typeorm / 14449499690 / 15
81%
master: 81%

Build:
DEFAULT BRANCH: master
Ran 14 Apr 2025 04:06PM UTC
Files 328
Run time 24s
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

14 Apr 2025 03:25PM UTC coverage: 38.648%. Remained the same
14449499690.15

push

github

web-flow
test: remove unused type parameter from decorators (#11412)

Remove unused `type` parameter from functions supplied to decorators in tests and sample code. This resolves 477 eslint unused var warnings.

All changes are modifying functions in test or sample code of the following style:

1. `@OneToMany((type) => Entity, ...)` to `@OneToMany(() => Entity)`
2. `@ManyToOne((type) => Entity, ...)`
3. `@ManyToMany((type) => Entity, ...)`
4. `@OneToOne((type) => Entity, ...) `

Note that we don't actually ever call this function with an argument.

4295 of 12715 branches covered (33.78%)

Branch coverage included in aggregate %.

9850 of 23885 relevant lines covered (41.24%)

3706.6 hits per line

Source Files on job sqljs-windows - 14449499690.15
  • Tree
  • List 328
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 14449499690
  • 45577df8 on github
  • Prev Job for on master (#14282027159.4)
  • Next Job for on master (#14476535167.14)
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