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

rm-hull / dot-block / 20557868666
49%
main: 43%

Build:
Build:
LAST BUILD BRANCH: feat/reload
DEFAULT BRANCH: main
Ran 28 Dec 2025 06:31PM 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 06:30PM UTC coverage: 48.677% (+2.5%) from 46.138%
20557868666

Pull #56

github

rm-hull
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
```
Pull Request #56: refactor: move logging adapters to internal/logging

0 of 15 new or added lines in 2 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
13
0.0
internal/logging/slog_adapter.go
Jobs
ID Job ID Ran Files Coverage
1 20557868666.1 28 Dec 2025 06:31PM UTC 15
48.68
GitHub Action Run
Source Files on build 20557868666
  • Tree
  • List 15
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #56
  • PR Base - main (#20543923915)
  • 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