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

Tatsh / dbeaver-creds / 25097110326
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 07:49AM 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:47AM UTC coverage: 96.567% (+2.6%) from 93.968%
25097110326

push

github

Tatsh
workflows/tests: ignore unused/unsupported lcov messages on capture

lcov 2.x emits two non-fatal-but-default-failing diagnostics on the
GitHub-hosted runners:

- `ERROR: (unused) 'exclude' pattern '/usr/*' is unused.` - the
  pattern is defensive but the build doesn't actually record any
  `/usr/*` paths (OpenSSL headers come in via `OpenSSL::Crypto`'s
  INTERFACE_INCLUDE_DIRECTORIES, which lcov 2.x already filters
  automatically). Without `--ignore-errors unused` the capture
  returns a non-zero exit.
- `WARNING: (unsupported) Function begin/end line exclusions not
  supported with this version of GCC/gcov; require gcc/9 or newer`
  - the runners ship a gcov that doesn't record function-end lines,
  so lcov falls back to deriving them. Harmless, but adds noise to
  the log; suppress with `--ignore-errors unsupported`.

Add both `unsupported` and `unused` to the existing
`--ignore-errors inconsistent,format` list. Surfaced on
`native (Debug, macos-latest)` and `native (Debug, ubuntu-latest)`
after capture-time exclusion was introduced in the prior commit.

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

450 of 466 relevant lines covered (96.57%)

7.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native-Linux - 25097110326.1 29 Apr 2026 07:49AM UTC 2
93.33
GitHub Action Run
2 native-Windows - 25097110326.2 29 Apr 2026 07:51AM UTC 9
93.6
GitHub Action Run
3 native-macOS - 25097110326.3 29 Apr 2026 07:49AM UTC 2
94.25
GitHub Action Run
4 pwsh - 25097110326.4 29 Apr 2026 07:49AM UTC 1
100.0
GitHub Action Run
Source Files on build 25097110326
  • Tree
  • List 11
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25097110326
  • 878dd033 on github
  • Prev Build on master (#25096917123)
  • Next Build on master (#25097294987)
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