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

Tatsh / dbeaver-creds / 25136181445
100%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2026 10:02PM 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 10:01PM UTC coverage: 100.0%. Remained the same
25136181445

push

github

Tatsh
project: package native dbeaver-creds for linux via flatpak, appimage, snap

CPack-on-Linux produced a relocatable FHS zip, but Linux end users
generally don't `unzip` to `/usr/local`; they install via their
distro's packaging convention. Drop the Linux CPack output and add
three native packagers covering the dominant Linux distribution
mechanisms - all packaging just the C `dbeaver-creds` binary, no
Python/wheel side bundle.

cmake.yml:

- Gate the CPack step (and its release-attach) on
  `runner.os != 'Linux'`. macOS still produces a ZIP per arch;
  Windows still produces ZIP+NSIS per arch; Linux now produces
  nothing release-bound from the cmake.yml workflow.
- Linux runners still run the Configure/Build steps as a CI sanity
  check that the CMake build is not regressed; only the release
  package step is skipped.

New manifests at the repo root:

- `sh.tat.dbeaver-creds.yml` - Flatpak manifest. App-id
  `sh.tat.dbeaver-creds`, runtime `org.freedesktop.Platform//24.08`,
  buildsystem `cmake-ninja` with `BUILD_PYTHON_EXTENSION=OFF` and
  `BUILD_TESTS=OFF` so the resulting bundle contains only the CLI.
  `--filesystem=home` so the app can read DBeaver's config under
  `~/.local/share/DBeaverData/...`.
- `snapcraft.yaml` - core24 base, `cmake` part plugin building the
  CLI directly into `/usr/bin/`. `home` plug for credential-file
  access. `version: 'git'` so snapcraft derives the version from
  the most recent tag (requires fetch-depth: 0 in CI). amd64 and
  arm64 platforms.

New workflows:

- `.github/workflows/flatpak.yml` - matrix x86_64 + aarch64. Uses
  `ghcr.io/flathub-infra/flatpak-github-actions:freedesktop-24.08`
  container and `flatpak/flatpak-github-actions/flatpak-builder@v6.7`.
  Outputs `sh.tat.dbeaver-creds-<version>-<arch>.flatpak`. Attests
  the bundle and attaches to the draft release on tag.
- `.github/workflows/appimage.yml` - matrix x86_64 + aarch64.
  Builds the C binary via cmake into a staged AppDir
  (`DESTDIR=AppDir cmak... (continued)

228 of 228 relevant lines covered (100.0%)

12.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 native-Windows-CLANGARM64 - 25136181445.1 29 Apr 2026 10:08PM UTC 4
99.39
GitHub Action Run
2 native-Windows-MINGW64 - 25136181445.2 29 Apr 2026 10:04PM UTC 4
99.32
GitHub Action Run
3 native-Linux - 25136181445.3 29 Apr 2026 10:02PM UTC 2
100.0
GitHub Action Run
4 native-macOS - 25136181445.4 29 Apr 2026 10:02PM UTC 2
96.7
GitHub Action Run
5 pwsh - 25136181445.5 29 Apr 2026 10:02PM UTC 1
100.0
GitHub Action Run
Source Files on build 25136181445
  • Tree
  • List 6
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25136181445
  • 010dfc13 on github
  • Prev Build on master (#25126173982)
  • Next Build on master (#25136492339)
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