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

umputun / dkll / 32346082648
83%

Build:
DEFAULT BRANCH: master
Ran 20 Aug 2026 07:54AM UTC
Jobs 1
Files 17
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 Aug 2026 07:52AM UTC coverage: 83.17% (+0.3%) from 82.881%
32346082648

push

github

umputun
Fix panic on truncated syslog lines

Previously, NewEntry sliced the line by the offset of the host and the
service token without checking that anything follows them, so a line
ending right after the timestamp, the host or the service token panicked
with an index out of range. The same applied to the RFC3339 branch of
parseTime when the line carried nothing but a timestamp. Since the syslog
server accepts unauthenticated UDP and TCP input, such a line terminated
the whole process.

After this change both use strings.Cut and return an error for a line with
a missing token or separator, so the forwarder logs it and carries on.

16 of 16 new or added lines in 1 file covered. (100.0%)

1018 of 1224 relevant lines covered (83.17%)

17811.76 hits per line

Jobs
ID Job ID Ran Files Coverage
1 32346082648.1 20 Aug 2026 07:54AM UTC 17
83.17
GitHub Action Run
Source Files on build 32346082648
  • Tree
  • List 17
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • b0e164f8 on github
  • Prev Build on master (#23131174524)
  • Next Build on master (#32346295953)
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