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

monolithst / functional-models-orm-elastic / 13060441827

30 Jan 2025 08:13PM UTC coverage: 39.512%. First build
13060441827

Pull #1

github

web-flow
Merge ab0d74846 into 4942d1bc0
Pull Request #1: feat(3.0): add support for 3.0

22 of 69 branches covered (31.88%)

Branch coverage included in aggregate %.

32 of 87 new or added lines in 2 files covered. (36.78%)

59 of 136 relevant lines covered (43.38%)

4.35 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/types.ts
1
import { DataDescription, ModelType } from 'functional-models'
2

3
export type DatastoreAdapterInputs = {
4
  client: any
5
  getIndexForModel?: <T extends DataDescription>(model: ModelType<T>) => string
6
}
7

8
export type ErrorOperation = {
9
  status: any
10
  error: any
11
}
12

13
export type BulkResponse = {
14
  items: any[]
15
}
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