github
4769 of 5426 branches covered (87.89%)
Branch coverage included in aggregate %.
13 of 14 new or added lines in 3 files covered. (92.86%)
6810 existing lines in 148 files now uncovered.47083 of 58727 relevant lines covered (80.17%)
4937.04 hits per line
UNCOV
1
|
// deck.gl
|
|
UNCOV
2
|
// SPDX-License-Identifier: MIT
|
× |
UNCOV
3
|
// Copyright (c) vis.gl contributors
|
× |
UNCOV
4
|
|
× |
UNCOV
5
|
/**
|
× |
UNCOV
6
|
* The _model_module_version/_view_module_version this package implements. |
× |
UNCOV
7
|
* |
× |
UNCOV
8
|
* The html widget manager assumes that this is the same as the npm package |
× |
UNCOV
9
|
* version number. |
× |
UNCOV
10
|
*/ |
× |
UNCOV
11
|
|
× |
UNCOV
12
|
export const MODULE_VERSION =
|
× |
UNCOV
13
|
typeof __VERSION__ === 'undefined' ? 'untranspiled source' : __VERSION__; |
× |
UNCOV
14
|
export const MODULE_NAME = '@deck.gl/jupyter-widget'; |
× |