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

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

Build:
Build:
LAST BUILD BRANCH: chore/update-go-deps
DEFAULT BRANCH: main
Ran 13 May 2026 07:39PM 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 07:37PM UTC coverage: 49.425% (-0.4%) from 49.863%
25822058421.1

Pull #59

github

rm-hull
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]
```
Pull Request #59: feat: add flexible refresh policies for API

730 of 1477 relevant lines covered (49.42%)

0.54 hits per line

Source Files on job 25822058421.1
  • Tree
  • List 23
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25822058421
  • 4de4bd79 on github
  • Prev Job for on feat/refresh-policy (#25763148102.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