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

Tatsh / dbeaver-creds / 25097294987
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 07:54AM UTC
Jobs 3
Files 4
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:53AM UTC coverage: 100.0% (+3.4%) from 96.567%
25097294987

push

github

Tatsh
workflows/tests: filter tests/ at capture time on Windows too

The Windows MSYS2 native job was still running `lcov --capture`
followed by a separate `lcov --remove`, the same shape that wasn't
reliably filtering test sources on Linux/macOS before the prior
commit moved exclusion to capture time. Mirror the Linux/macOS
approach: pass every exclude pattern straight to `lcov --capture`
on a single step, drop the post-capture `--remove`, and use the
absolute Windows workspace path
(`${{ steps.fixed_workspace.outputs.out }}/tests/*`) as the
bulletproof anchor.

Also drop the previous `--exclude 'D:/*'` carry-over (taken from
winprefs's example, but their build records gcov source paths
relative to the source dir; ours records them as
D:-rooted absolute paths, so `D:/*` would have matched everything
including our source. Replaced with the targeted pattern set.)

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

141 of 141 relevant lines covered (100.0%)

6.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 pwsh - 25097294987.1 29 Apr 2026 07:54AM UTC 1
100.0
GitHub Action Run
2 native-Linux - 25097294987.2 29 Apr 2026 07:54AM UTC 2
93.33
GitHub Action Run
3 native-macOS - 25097294987.3 29 Apr 2026 07:54AM UTC 2
94.25
GitHub Action Run
Source Files on build 25097294987
  • Tree
  • List 4
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25097294987
  • 8d9406f9 on github
  • Prev Build on master (#25097110326)
  • Next Build on master (#25097432806)
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