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

rm-hull / maps / 22263284962
23%

Build:
DEFAULT BRANCH: main
Ran 21 Feb 2026 07:55PM UTC
Jobs 1
Files 84
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

21 Feb 2026 07:54PM UTC coverage: 39.23% (-0.3%) from 39.503%
22263284962

push

github

web-flow
feat: add fuel price z-score indicators (#1046)

Introduce a visual indicator to the fuel price table that highlights
whether a price is competitive or overpriced based on statistical
analysis.

*   Display a `FaRegThumbsUp` (green) for prices with a **z-score**
    $\leq -0.5$ (good price).
*   Display a `FaRegThumbsDown` (red) for prices with a **z-score**
    $\geq 0.5$ (overpriced).
*   Includes tooltips explaining the rating and the exact z-score.
*   Standardize code formatting across various hooks and test files.

```mermaid
sequenceDiagram
    participant Layer as FuelPricesLayer
    participant Popup as PetrolFillingStationPopup
    participant Table as PricesTable
    participant Ind as ZScoreIndicator

    Layer->>Popup: data + statistics
    Popup->>Table: fuel_prices + statistics
    Table->>Ind: price + statistics
    Note over Ind: Calculate (price - avg) / std_dev
    Ind-->>Table: Return Thumbs Up/Down/Null
```

462 of 1119 branches covered (41.29%)

Branch coverage included in aggregate %.

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

2 existing lines in 2 files now uncovered.

445 of 1193 relevant lines covered (37.3%)

4.32 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
10
0.0
0.0% src/components/map/PetrolFillingStationPopup.tsx

Uncovered Existing Lines

Lines Coverage ∆ File
1
0.0
0.0% src/components/map/PetrolFillingStationPopup.tsx
1
0.0
0.0% src/hooks/useCurrentLocation.ts
Jobs
ID Job ID Ran Files Coverage
1 22263284962.1 21 Feb 2026 07:55PM UTC 84
39.23
GitHub Action Run
Source Files on build 22263284962
  • Tree
  • List 84
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #22263284962
  • f9958a78 on github
  • Prev Build on main (#22259058006)
  • Next Build on main (#22263362453)
  • 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