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

rm-hull / dot-block / 20559694349
43%

Build:
DEFAULT BRANCH: main
Ran 28 Dec 2025 09:19PM UTC
Jobs 1
Files 15
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

28 Dec 2025 09:18PM UTC coverage: 48.677% (+2.5%) from 46.138%
20559694349

push

github

web-flow
refactor: move logging adapters to internal/logging (#56)

* refactor: move logging adapters to internal/logging

Consolidate logging utilities into a dedicated package and improve
structured logging metadata project-wide.

- Relocate `SlogAdapter` and `ZapLoggerAdapter` to `internal/logging`.
- Refactor `SlogAdapter` to use structured `slog` attributes instead
  of manual string prefixing for source identification.
- Encapsulate adapter implementation and expose via factory functions.
- Update `App` to utilize the new `internal/logging` package.

```mermaid
graph TD
    A[internal/app.go] --> B[internal/logging]
    subgraph internal/logging
        C[slog_adapter.go]
        D[zap_adapter.go]
    end
```

* refactor: rename logging adapters for clarity

Renames internal logging adapter types and files to better reflect
their roles within the application.

- Rename `slogAdapter` to `cronLoggerAdapter` to clarify its purpose
  as an adapter for the `cron` library.
- Rename `slogCore` to `zapAdapter` in `zap_adapter.go` for consistency.
- Rename `slog_adapter.go` to `cron_adapter.go`.

* Update comment for cronLoggerAdapter

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

460 of 945 relevant lines covered (48.68%)

0.52 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
0.0
0.0% internal/app.go
7
0.0
internal/logging/zap_adapter.go
13
0.0
internal/logging/cron_adapter.go
Jobs
ID Job ID Ran Files Coverage
1 20559694349.1 28 Dec 2025 09:19PM UTC 15
48.68
GitHub Action Run
Source Files on build 20559694349
  • Tree
  • List 15
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 085c4dc2 on github
  • Prev Build on main (#20543923915)
  • Next Build on main (#20561166736)
  • 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