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

umputun / remark42 / 19903274286
84%

Build:
DEFAULT BRANCH: master
Ran 03 Dec 2025 05:44PM 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 05:41PM UTC coverage: 84.386% (-0.1%) from 84.499%
19903274286

push

github

web-flow
Get rid of github.com/go-chi/render use (#1919)

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.

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.75 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 19903274286.1 03 Dec 2025 05:44PM UTC 49
84.39
GitHub Action Run
Source Files on build 19903274286
  • Tree
  • List 49
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • baf0db19 on github
  • Prev Build on master (#19017599478)
  • Next Build on master (#19903317981)
  • 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

© 2025 Coveralls, Inc