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

map-services / fuel-prices-api / 25823832964 / 1
51%
main: 51%

Build:
DEFAULT BRANCH: main
Ran 13 May 2026 08:14PM UTC
Files 23
Run time 1s
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

13 May 2026 08:13PM UTC coverage: 49.492% (-0.4%) from 49.863%
25823832964.1

push

github

web-flow
feat: add flexible refresh policies for API (#59)

* feat: add flexible refresh policies for API

Introduced a string-based `refresh` configuration to replace the boolean
`fullRefresh` flag. This allows for more granular control over data
synchronization.

- Supported values: `full`, `never`, `incremental`.
- Prevents fetching in CRON jobs when set to `never`.

```mermaid
graph LR
    A[Cron Job] --> B{ShouldRefresh?}
    B -- never --> C[Skip]
    B -- incremental --> D[Fetch Updates]
    B -- full --> E[Fetch All]
```

* refactor: simplify `ShouldRefresh` logic

Refactor the boolean check to return the result of the expression
directly, improving code readability.

730 of 1475 relevant lines covered (49.49%)

0.54 hits per line

Source Files on job 25823832964.1
  • Tree
  • List 23
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25823832964
  • 1cd958b1 on github
  • Prev Job for on main (#25763148102.1)
  • Next Job for on main (#25883995794.1)
  • 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