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

umputun / remark42 / 28926099734
85%
master: 85%

Build:
Build:
LAST BUILD BRANCH: fix/review-findings
DEFAULT BRANCH: master
Ran 08 Jul 2026 07:44AM 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

08 Jul 2026 07:41AM UTC coverage: 84.529% (-0.006%) from 84.535%
28926099734

Pull #2106

github

paskal
Fix dropped notification errors and switch to errors.Join

notify/email.go accumulated multi-recipient errors with
multierror.Append(fmt.Errorf(...)) instead of
multierror.Append(result, ...), so the accumulator was overwritten each
iteration and only the last failing recipient's error survived; earlier
failures were silently dropped. The telegram notifier did it correctly.

Replace hashicorp/go-multierror with the stdlib errors.Join everywhere
it was used (notify/email.go, notify/telegram.go, rest/api/rest_private.go,
store/service/service.go, store/image/image.go and store/engine/bolt.go),
which fixes the bug and drops the direct dependency. It stays indirect
because go-pkgz/lcw/v2 still imports it. A regression test in
email_test.go now sends two failing recipients and asserts both errors
are reported.
Pull Request #2106: Fix dropped notification errors and switch to errors.Join

32 of 35 new or added lines in 7 files covered. (91.43%)

6469 of 7653 relevant lines covered (84.53%)

36.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
76.57
-0.12% backend/app/rest/api/rest_private.go
1
82.26
0.0% backend/app/store/engine/bolt.go
1
87.0
0.0% backend/app/store/image/image.go
Jobs
ID Job ID Ran Files Coverage
1 28926099734.1 08 Jul 2026 07:44AM UTC 53
84.53
GitHub Action Run
Source Files on build 28926099734
  • Tree
  • List 53
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #2106
  • PR Base - master (#28757531875)
  • 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