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

umputun / remark42 / 19895196749
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.15.0
DEFAULT BRANCH: master
Ran 03 Dec 2025 01:20PM UTC
Jobs 1
Files 49
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

03 Dec 2025 01:17PM UTC coverage: 84.386% (-0.1%) from 84.499%
19895196749

Pull #1919

github

paskal
Get rid of github.com/go-chi/render use

Replace go-chi/render with go-pkgz/rest for JSON responses and custom
helpers for HTML/plain text responses.

Key changes:
- Replace render.JSON/render.Status with rest.RenderJSON and explicit
  w.WriteHeader() calls
- Replace render.DecodeJSON with json.NewDecoder().Decode()
- Add SendErrorJSON helper that sets Content-Type header before
  WriteHeader (required since rest.RenderJSON can't set headers after
  WriteHeader is called)
- Add HTMLResponse and PlainTextResponse helpers

Fix export double-execution in migrator.go:
The original code called Export twice - once to io.Discard to check for
errors, then again to actually write. This was wasteful and had a race
condition risk. Now file mode buffers to memory first for atomic
success/failure, while stream mode writes directly with proper error
handling.
Pull Request #1919: Get rid of github.com/go-chi/render use

70 of 79 new or added lines in 6 files covered. (88.61%)

3 existing lines in 2 files now uncovered.

6053 of 7173 relevant lines covered (84.39%)

33.78 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
87.27
-8.08% backend/app/rest/httperrors.go
5
70.83
-1.6% backend/app/rest/api/migrator.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
87.27
-8.08% backend/app/rest/httperrors.go
2
70.83
-1.6% backend/app/rest/api/migrator.go
Jobs
ID Job ID Ran Files Coverage
1 19895196749.1 03 Dec 2025 01:20PM UTC 49
84.39
GitHub Action Run
Source Files on build 19895196749
  • Tree
  • List 49
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1919
  • PR Base - master (#19017599478)
  • 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