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

umputun / remark42 / 28544463906
84%

Build:
DEFAULT BRANCH: master
Ran 01 Jul 2026 08:08PM UTC
Jobs 1
Files 53
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

01 Jul 2026 08:05PM UTC coverage: 84.435% (-0.02%) from 84.456%
28544463906

push

github

umputun
fix: make user deletion idempotent for users without comments

deleteUser now succeeds for a user who has no comments (e.g. one who only logged
in) instead of failing on the missing per-user bucket. In hard mode the per-user
bucket is deleted, tolerating bbolt's ErrBucketNotFound so a bucket left behind by
an earlier partial removal is still removed; the comment-deletion failure path now
wraps the actual error.

Because the engine cannot distinguish a valid login-only user from a never-existed
one, deletion is idempotent: /admin/deleteme returns 200 for an unknown (but validly
signed) token rather than 400. The deleteme test is updated to this contract, engine
tests cover hard and soft deletion of login-only and unknown users, and the API docs
note the idempotent behaviour.

9 of 12 new or added lines in 1 file covered. (75.0%)

21 existing lines in 2 files now uncovered.

6412 of 7594 relevant lines covered (84.44%)

39.26 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
82.26
0.18% backend/app/store/engine/bolt.go

Coverage Regressions

Lines Coverage ∆ File
18
82.26
0.18% backend/app/store/engine/bolt.go
3
74.84
-1.94% backend/app/rest/api/admin.go
Jobs
ID Job ID Ran Files Coverage
1 28544463906.1 01 Jul 2026 08:08PM UTC 53
84.44
GitHub Action Run
Source Files on build 28544463906
  • Tree
  • List 53
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3fc5d6b9 on github
  • Prev Build on master (#28544415418)
  • 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