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

umputun / remark42 / 24592734878
84%

Build:
DEFAULT BRANCH: master
Ran 18 Apr 2026 12:40AM UTC
Jobs 1
Files 50
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

18 Apr 2026 12:38AM UTC coverage: 84.133% (-0.03%) from 84.16%
24592734878

push

github

umputun
test(store): use time.UTC in test fixtures to be timezone-agnostic

The store tests stored timestamps with time.Local in their fixtures and
asserted equality against returned values that the engine round-trips
through UTC. assert.Equal compares zone identity, so on UTC machines
(CI, most cloud envs) Local==UTC and the tests passed; on a developer
machine in any other timezone (here BST, UTC+1) TestService_Put,
TestService_List, TestBoltDB_InfoPost, TestBoltDB_InfoList and several
others would fail with same wall-clock numbers but mismatched zones.

Replace time.Local with time.UTC across store/comment_test.go,
store/formatter_test.go, store/service/service_test.go,
store/engine/bolt_test.go, store/engine/engine_test.go. Production code
is untouched.

6209 of 7380 relevant lines covered (84.13%)

34.52 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
94.55
-1.82% backend/app/notify/notify.go
Jobs
ID Job ID Ran Files Coverage
1 24592734878.1 18 Apr 2026 12:40AM UTC 50
84.13
GitHub Action Run
Source Files on build 24592734878
  • Tree
  • List 50
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ddcb2c7b on github
  • Prev Build on master (#24592686760)
  • Next Build on master (#24599629279)
  • 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