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

Tatsh / dbeaver-creds / 25125710781
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 06:08PM 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 06:07PM UTC coverage: 100.0% (+0.4%) from 99.563%
25125710781

push

github

Tatsh
c: exclude wpath null-guard in dbc_fopen_utf8 from coverage

Companion to the previous LCOV pass on `src/win_utf8.c`. The
`if (!wpath) return nullptr;` guard at line 57 of `dbc_fopen_utf8`
fires only if `dbc_utf8_to_utf16(path)` returns NULL, which in turn
only happens for malformed UTF-8 input. Both in-tree callers feed
this function paths sourced from `GetEnvironmentVariableW` /
`CommandLineToArgvW`, both of which guarantee valid UTF-16 that
round-trips through UTF-8 without conversion failure - so the guard
is unreachable from any in-tree call path.

Bracket the line with `// LCOV_EXCL_LINE` to match the convention
already in place for the four input-validation guards in
`dbc_utf16_to_utf8` and `dbc_utf8_to_utf16` (lines 14, 18, 35, 39).
The companion mode-conversion failure (lines 60-64) was already
inside `LCOV_EXCL_START/STOP`; this closes the gap on the
path-conversion side.

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

228 of 228 relevant lines covered (100.0%)

12.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 pwsh - 25125710781.1 29 Apr 2026 06:08PM UTC 1
100.0
GitHub Action Run
2 native-Windows-CLANGARM64 - 25125710781.2 29 Apr 2026 06:14PM UTC 4
99.39
GitHub Action Run
3 native-Windows-MINGW64 - 25125710781.3 29 Apr 2026 06:10PM UTC 4
99.32
GitHub Action Run
4 native-macOS - 25125710781.4 29 Apr 2026 06:08PM UTC 2
96.7
GitHub Action Run
5 native-Linux - 25125710781.5 29 Apr 2026 06:08PM UTC 2
100.0
GitHub Action Run
Source Files on build 25125710781
  • 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 #25125710781
  • 15a23405 on github
  • Prev Build on master (#25125233110)
  • Next Build on master (#25126173982)
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