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

visgl / luma.gl / 21289545927

23 Jan 2026 02:27PM UTC coverage: 76.366% (-0.02%) from 76.382%
21289545927

Pull #2499

github

web-flow
Merge 7d3ad81c5 into e08c00ee6
Pull Request #2499: chore(core/engine): Device.getModuleData / EngineModuleState

2291 of 2973 branches covered (77.06%)

Branch coverage included in aggregate %.

18 of 29 new or added lines in 4 files covered. (62.07%)

28612 of 37494 relevant lines covered (76.31%)

70.19 hits per line

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

0.0
/modules/engine/src/types.ts
NEW
1
// luma.gl
×
NEW
2
// SPDX-License-Identifier: MIT
×
NEW
3
// Copyright (c) vis.gl contributors
×
NEW
4

×
NEW
5
import type {PipelineFactory} from './factories/pipeline-factory';
×
NEW
6
import type {ShaderFactory} from './factories/shader-factory';
×
NEW
7

×
NEW
8
export type EngineModuleState = {
×
NEW
9
  defaultPipelineFactory?: PipelineFactory;
×
NEW
10
  defaultShaderFactory?: ShaderFactory;
×
NEW
11
};
×
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