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

cfpb / ccdb5-ui / 24524572619

16 Apr 2026 05:31PM UTC coverage: 88.168%. First build
24524572619

Pull #601

github

web-flow
Merge 4bc0dd104 into cc4997e5a
Pull Request #601: Map tab optimizations

1172 of 1430 branches covered (81.96%)

Branch coverage included in aggregate %.

168 of 266 new or added lines in 19 files covered. (63.16%)

2591 of 2838 relevant lines covered (91.3%)

228.83 hits per line

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

75.0
/src/components/Map/map-state-navigation.js
1
import './map-state-navigation.scss';
2
import { Button } from '@cfpb/design-system-react';
3
import { useDispatch } from 'react-redux';
4
import { MODE_LIST } from '../../constants';
5
import { tabChanged } from '../../reducers/view/viewSlice';
6

7
export const MapStateNavigation = () => {
4✔
8
  const dispatch = useDispatch();
5✔
9

10
  return (
5✔
11
    <div className="map-state-navigation">
12
      <Button
13
        label="View list of complaints based on applied filters"
14
        isLink
15
        onClick={() => {
NEW
16
          dispatch(tabChanged(MODE_LIST));
×
17
        }}
18
      />
19
    </div>
20
  );
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

© 2026 Coveralls, Inc