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

satisfactory-dev / ajv-utilities / 24748114559

21 Apr 2026 09:46PM UTC coverage: 99.811% (-0.08%) from 99.892%
24748114559

push

github

SignpostMarv
the actual issue was due to how typescript handles arrays

292 of 293 branches covered (99.66%)

Branch coverage included in aggregate %.

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

2 existing lines in 1 file now uncovered.

2348 of 2352 relevant lines covered (99.83%)

1427.5 hits per line

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

90.0
/src/TypeScriptify/known_imports.ts
1
import type {
1✔
2
        prepend_with_imports,
1✔
3
} from './TypeReferences.ts';
1✔
4

1✔
5
export default class KnownImports {
1✔
6
        static SchemaObject(prepend_with_imports: prepend_with_imports) {
1✔
UNCOV
7
                prepend_with_imports.ajv.add('SchemaObject');
×
UNCOV
8
        }
×
9

1✔
10
        static ValidateFunction(prepend_with_imports: prepend_with_imports) {
1✔
11
                prepend_with_imports.ajv.add('ValidateFunction');
21✔
12
        }
21✔
13

1✔
14
        static Is(prepend_with_imports: prepend_with_imports) {
1✔
15
                prepend_with_imports['@satisfactory-dev/ajv-utilities'].add('Is');
21✔
16
        }
21✔
17
}
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