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

Tatsh / dbeaver-creds / 25116828359
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 03:06PM UTC
Jobs 5
Files 6
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

29 Apr 2026 03:05PM UTC coverage: 99.563% (+1.7%) from 97.854%
25116828359

push

github

Tatsh
c: exclude defensive early-return paths in win_utf8.c from coverage

The `dbc_utf16_to_utf8` and `dbc_utf8_to_utf16` helpers each have two
defensive early-return branches that no in-tree caller can reach:

- `if (!src) return nullptr;` - api.c, main.c, and `dbc_fopen_utf8`
  always pass valid string pointers.
- `if (n <= 0) return nullptr;` - the sizing call against
  `WideCharToMultiByte`/`MultiByteToWideChar` only returns 0 on
  invalid input; valid UTF-16/UTF-8 input always produces a positive
  size.

Bracket each with `// LCOV_EXCL_LINE` so the coverage report doesn't
flag them as uncovered. The four post-malloc / second-conversion
failure paths already had `LCOV_EXCL` markers from the original
commit; this catches the four input-validation paths that were
overlooked.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

228 of 229 relevant lines covered (99.56%)

12.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native-Windows-MINGW64 - 25116828359.1 29 Apr 2026 03:07PM UTC 4
98.66
GitHub Action Run
2 pwsh - 25116828359.2 29 Apr 2026 03:06PM UTC 1
100.0
GitHub Action Run
3 native-Linux - 25116828359.3 29 Apr 2026 03:06PM UTC 2
100.0
GitHub Action Run
4 native-macOS - 25116828359.4 29 Apr 2026 03:06PM UTC 2
96.7
GitHub Action Run
5 native-Windows-CLANGARM64 - 25116828359.5 29 Apr 2026 03:12PM UTC 4
98.79
GitHub Action Run
Source Files on build 25116828359
  • Tree
  • List 6
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25116828359
  • e0116070 on github
  • Prev Build on master (#25116329143)
  • Next Build on master (#25125233110)
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