simularium / simularium-viewer

NPM package to view Simularium trajectories in 3D
Apache License 2.0
2 stars 0 forks source link

Fix/null agent function #396

Closed interim17 closed 2 months ago

interim17 commented 2 months ago

avoid pass by reference issues by getting null agents with a function instead of a constant

github-actions[bot] commented 2 months ago

jest coverage report ๐Ÿงช

Total coverage

Status Category Percentage Covered / Total
๐Ÿ”ด Statements 40.97% 2042/4983
๐Ÿ”ด Branches 43.21% 838/1939
๐Ÿ”ด Functions 36.99% 418/1130
๐Ÿ”ด Lines 41.2% 1955/4745

Status of coverage: ๐ŸŸข - ok, ๐ŸŸก - slightly more than threshold, ๐Ÿ”ด - under the threshold

Show files with reduced coverage ๐Ÿ”ป ### Reduced coverage | Status | Filename | Statements | Branches | Functions | Lines | | :----: | :----------- | :----------------- | :------- | :---------------- | :----------------- | | ๐ŸŸก | src | 73.77% (-1.01% ๐Ÿ”ป) | 69.09% | 41.3% (-1.88% ๐Ÿ”ป) | 73.91% (-1.09% ๐Ÿ”ป) | | ๐ŸŸก | constants.ts | 72.72% (-3.47% ๐Ÿ”ป) | 100% | 40% (-4.44% ๐Ÿ”ป) | 71.42% (-3.58% ๐Ÿ”ป) | > Status of coverage: ๐ŸŸข - ok, ๐ŸŸก - slightly more than threshold, ๐Ÿ”ด - under the threshold