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

rm-hull / maps / 22596045797
23%

Build:
DEFAULT BRANCH: main
Ran 02 Mar 2026 09:16PM UTC
Jobs 1
Files 88
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Mar 2026 09:15PM UTC coverage: 37.31% (-0.2%) from 37.526%
22596045797

push

github

web-flow
feat: add category filtering to crime layer (#1067)

* feat: add category filtering to crime layer

Users can now filter street-level crime incidents by category directly
from the map legend.

*   Added toggleable category links in the legend with **line-through**
    visual feedback for disabled items.
*   Implemented `Select All` and `Clear All` bulk actions.
*   Updated the crime marker aggregation logic to respect active
filters.
*   Ensured markers re-render correctly by updating component keys when
    filters change.

```mermaid
sequenceDiagram
    participant U as User
    participant L as Legend Component
    participant S as StreetLevelCrimeLayer
    participant M as Map Markers

    U->>L: Click Category / "Clear All"
    L->>S: onSelectedChange(newSelections)
    S->>S: Update 'selected' state
    S->>S: Recalculate 'byStreet' (memoized)
    S->>M: Re-render filtered markers
```

* Update src/components/map/layers/custom/StreetLevelCrimeLayer.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

* Update src/components/map/layers/custom/StreetLevelCrimeLayer.tsx

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>

462 of 1156 branches covered (39.97%)

Branch coverage included in aggregate %.

0 of 8 new or added lines in 1 file covered. (0.0%)

1 existing line in 1 file now uncovered.

445 of 1275 relevant lines covered (34.9%)

4.05 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
0.0
0.0% src/components/map/layers/custom/StreetLevelCrimeLayer.tsx

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% src/components/map/layers/custom/StreetLevelCrimeLayer.tsx
Jobs
ID Job ID Ran Files Coverage
1 22596045797.1 02 Mar 2026 09:16PM UTC 88
37.31
GitHub Action Run
Source Files on build 22596045797
  • Tree
  • List 88
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22596045797
  • 9108cbb9 on github
  • Prev Build on main (#22595903554)
  • Next Build on main (#22597542343)
  • Delete
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