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

Tatsh / dbeaver-creds / 25096917123
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 07:44AM UTC
Jobs 2
Files 10
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:43AM UTC coverage: 93.968% (-2.6%) from 96.567%
25096917123

push

github

Tatsh
workflows/tests: filter test sources at lcov capture time

The previous shape (`lcov --capture` followed by `lcov --remove
'pattern'`) was supposed to drop `tests/*` from the report, but the
post-capture `--remove` was not actually filtering them out -
Coveralls kept showing entries for `tests/test_*.c`. Match the
winprefs convention by passing `--exclude` straight to
`lcov --capture` so files are filtered at gcov-resolution time
before they hit the `.info` file:

    lcov --capture --directory build \
      --exclude '/usr/*' \
      --exclude '${{ github.workspace }}/tests/*' \
      --exclude '*/tests/*' \
      --exclude '*cmocka*' \
      --output-file coverage.lcov

Drop the now-redundant `Filter coverage information` step. The
absolute-path `${{ github.workspace }}/tests/*` pattern is the
bulletproof one: it matches the exact path lcov stores after
gcov resolves the source file location, regardless of whether
the workspace path goes through symlinks (a known gotcha on
GitHub-hosted macOS where `/Users/runner/work` is symlinked
elsewhere internally).

The MSYS2 Windows job stays on the post-capture `--remove` form
(its lcov 1.x doesn't support `--exclude` on `--capture`), but
gains the same expanded pattern set including the absolute
workspace path.

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

405 of 431 relevant lines covered (93.97%)

5.63 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
91.43
-8.57% src/api.c
4
81.82
-18.18% src/openssl.c
Jobs
ID Job ID Ran Files Coverage
1 pwsh - 25096917123.1 29 Apr 2026 07:44AM UTC 1
100.0
GitHub Action Run
2 native-Windows - 25096917123.2 29 Apr 2026 07:45AM UTC 9
93.6
GitHub Action Run
Source Files on build 25096917123
  • Tree
  • List 10
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25096917123
  • ee6bd9db on github
  • Prev Build on master (#25096779138)
  • Next Build on master (#25097110326)
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