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

antvis / L7Plot / 5234062571

pending completion
5234062571

Pull #295

github

web-flow
Merge 549dffafe into 9961b98c4
Pull Request #295: [wip] feat: 新增客流聚合图层

739 of 2181 branches covered (33.88%)

Branch coverage included in aggregate %.

426 of 426 new or added lines in 16 files covered. (100.0%)

3224 of 5067 relevant lines covered (63.63%)

165.32 hits per line

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

80.0
/packages/composite-layers/src/composite-layers/flow-layer/utils/id.ts
1
let locationId = 0;
2
export const getLocationId = () => {
21✔
3
  return String(++locationId);
21✔
4
};
21✔
5

21✔
6
let flowId = 0;
×
7
export const getFlowId = () => {
8
  return String(++flowId);
21✔
9
};
21✔
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

© 2025 Coveralls, Inc