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

NodeBB / NodeBB / 29763692776
85%

Build:
DEFAULT BRANCH: master
Ran 20 Jul 2026 05:31PM UTC
Jobs 4
Files 438
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

20 Jul 2026 05:26PM UTC coverage: 85.436% (+0.008%) from 85.428%
29763692776

push

github

web-flow
fix: don't show bookmark alert when there is nothing to return to (#14476)

The "click here to return to the last read post" alert was appearing in
topics the user never read past the first post, and clicking it simply
scrolled to the current position.

Two client-side issues caused this:

- The guest/localStorage path in updateUserBookmark stored a bookmark
  unconditionally, so merely opening a topic at post 1 saved
  `bookmark = 1`. Mirror the server-side check in
  SocketTopics.bookmark and only save when the index is past
  bookmarkThreshold.

- handleBookmark showed the alert whenever any bookmark existed, even
  when the current post index was already at or past it. Only show the
  alert when the bookmark points ahead of the current position.

14196 of 19329 branches covered (73.44%)

29438 of 34456 relevant lines covered (85.44%)

3360.48 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
84.87
-0.84% src/meta/minifier.js
Jobs
ID Job ID Ran Files Coverage
1 ubuntu-latest-node-24-db-mongo - 29763692776.1 20 Jul 2026 06:03PM UTC 411
84.89
GitHub Action Run
2 ubuntu-latest-node-24-db-redis - 29763692776.2 20 Jul 2026 05:31PM UTC 411
84.93
GitHub Action Run
3 ubuntu-latest-node-24-db-mongo-dev - 29763692776.3 20 Jul 2026 05:32PM UTC 412
84.87
GitHub Action Run
4 ubuntu-latest-node-24-db-postgres - 29763692776.4 20 Jul 2026 05:33PM UTC 410
84.84
GitHub Action Run
Source Files on build 29763692776
  • Tree
  • List 438
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29763692776
  • eb14adce on github
  • Prev Build on master (#29754397185)
  • Next Build on master (#29852614806)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc