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

rm-hull / fuel-prices-api / 24008789144
46%

Build:
DEFAULT BRANCH: main
Ran 05 Apr 2026 07:30PM UTC
Jobs 1
Files 23
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

05 Apr 2026 07:29PM UTC coverage: 45.573% (-0.5%) from 46.079%
24008789144

push

github

web-flow
feat: integrate Sentry for error tracking (#46)

* chore: update go dependencies

- Bump various project dependencies to their latest patch versions
  to include stability improvements and bug fixes.

* feat: integrate Sentry for error tracking

Added error tracking support to the API server to
improve observability and crash reporting.

* Configured `SENTRY_DSN` and `ENVIRONMENT` in
  `.env.example`.
* Initialized Sentry during the server bootstrap
  process.
* Bound Sentry releases to the current git revision.

```mermaid
sequenceDiagram
    participant App as API Server
    participant Sentry as Sentry SDK

    App->>App: Initialize Sentry
    App->>Sentry: Send Error/Panic Reports
    Sentry-->>App: Flush events on shutdown
```

* refactor: move sentry initialization to bootstrap

Move Sentry initialization logic into the `bootstrap` function to ensure
it is correctly configured for both the API server and CLI commands,
centralizing resource setup.

* refactor: clean up dependencies and update bootstrap

- Remove unused imports (`os`, `time`, `versioninfo`, `sentry-go`)
  from `api_server.go`.
- Update `bootstrap` call in `import.go` to include the required
  boolean flag.

0 of 19 new or added lines in 3 files covered. (0.0%)

664 of 1457 relevant lines covered (45.57%)

0.5 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
17
0.0
0.0% cmd/bootstrap.go
1
0.0
0.0% cmd/api_server.go
1
0.0
0.0% cmd/import.go
Jobs
ID Job ID Ran Files Coverage
1 24008789144.1 05 Apr 2026 07:30PM UTC 23
45.57
GitHub Action Run
Source Files on build 24008789144
  • Tree
  • List 23
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7976a905 on github
  • Prev Build on main (#23952687608)
  • Next Build on main (#24040815385)
  • 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