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

Tatsh / dbeaver-creds / 25096635965
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 07:37AM UTC
Jobs 4
Files 11
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 07:35AM UTC coverage: 96.154% (+5.8%) from 90.323%
25096635965

push

github

Tatsh
tests: cover OpenSSL backend, exclude system-failure paths, tighten filter

Three coverage-related changes:

- New `test_backend_openssl` exercises every failure path in
  `src/openssl.c` (lines 18, 24, 27, and the parallel
  `EVP_DecryptFinal_ex` goto). Each test wraps one EVP call to fail
  while earlier ones succeed, then asserts
  `dbc_decrypt_aes_128_cbc` returns -1. Like `test_backend_win32`,
  this target is gated on `NOT APPLE` (ld64 lacks `--wrap`) and on
  `find_package(OpenSSL)` succeeding (so it skips the Windows
  default-backend build but runs on Linux and Windows-MSYS2).
- The lcov `--remove` patterns on the Linux/macOS native job now
  also exclude `*/test_*` and the absolute-path
  `${{ github.workspace }}/tests/*` so the coverage report omits
  test sources unconditionally.
- `src/api.c` gets `LCOV_EXCL_START`/`LCOV_EXCL_STOP` brackets
  around the seven cleanup-on-allocation-failure / cleanup-on-stdio-
  failure branches that can't realistically be exercised without
  mocking malloc/fseek/ftell/fread. These are obvious system-failure
  paths that pad the uncovered-line count without representing real
  coverage gaps.

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

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

450 of 468 relevant lines covered (96.15%)

6.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native-Linux - 25096635965.1 29 Apr 2026 07:37AM UTC 2
93.33
GitHub Action Run
2 native-macOS - 25096635965.2 29 Apr 2026 07:37AM UTC 2
92.13
GitHub Action Run
3 native-Windows - 25096635965.3 29 Apr 2026 07:38AM UTC 9
93.6
GitHub Action Run
4 pwsh - 25096635965.4 29 Apr 2026 07:37AM UTC 1
100.0
GitHub Action Run
Source Files on build 25096635965
  • Tree
  • List 11
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25096635965
  • 413a46d2 on github
  • Prev Build on master (#25096108490)
  • Next Build on master (#25096779138)
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