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

schweikert / fping / 13738895823
88%
master: 80%

Build:
Build:
LAST BUILD BRANCH: issue/62-dev
DEFAULT BRANCH: master
Ran 08 Mar 2025 03:17PM UTC
Jobs 3
Files 4
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 Mar 2025 03:16PM UTC coverage: 87.833% (+0.08%) from 87.758%
13738895823

push

github

auerswal
handle long input lines when reading from file

This addresses GitHub isse #377.

Before, input lines longer than the static buffer used to read
data would be handled as if each buffer part were one line.
This could result in splitting input target names into multiple
different target names.

Since the static buffer was significantly smaller then the maximum
length of DNS names (just short of 255 one octet characters),
valid long DNS names could not be read as targets via file.

This commit fixes the splitting of long lines, and also increases
the maximum length of target names to 255 one octet characters.

The additional line parsing code is kept similar to the existing
code and attempts to keep all intended and/or useful features to
minimize the risk of regressions.

28 of 30 new or added lines in 1 file covered. (93.33%)

1386 of 1578 relevant lines covered (87.83%)

323.61 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
88.04
0.08% src/fping.c
Jobs
ID Job ID Ran Files Coverage
1 ubuntu-20.04 - 13738895823.1 08 Mar 2025 03:17PM UTC 4
84.65
GitHub Action Run
2 macos - 13738895823.2 08 Mar 2025 03:17PM UTC 4
75.54
GitHub Action Run
3 ubuntu-22.04 - 13738895823.3 08 Mar 2025 03:17PM UTC 4
84.65
GitHub Action Run
Source Files on build 13738895823
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a237394c on github
  • Prev Build on develop (#13347833701)
  • Next Build on develop (#14540140082)
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

© 2025 Coveralls, Inc