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

Tatsh / dbeaver-creds / 25136492339
100%

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

push

github

Tatsh
project: hardcode snap version and add to commitizen bump list

`version: 'git'` in snapcraft.yaml ran `git describe --dirty --always`
(no `--tags` flag), which doesn't see lightweight tags and falls
back to a `0+git.<sha>` form when no tag is reachable - producing
ugly snap filenames like `dbeaver-creds_0+git.abcdef_amd64.snap`
even on tag pushes (because the tag itself was a lightweight tag,
or the resolution was tag-name-as-version which kept the leading
`v`).

Replace with a literal `version: '0.0.3'` and let commitizen rewrite
it on each release. Add `snapcraft.yaml` to `tool.commitizen.version_files`
in pyproject.toml so `cz bump` updates it alongside the other
version-bearing files (CMakeLists.txt, the manpages, the PSGallery
manifest, etc.). Mirror the addition into `.wiswa.jsonnet`'s
`tool.commitizen.version_files+:` block so future wiswa regens
preserve the entry.

While there, dedupe `package.json` from the version_files list -
the base wiswa template already includes `package.json`, and the
project's `+:` block was re-adding it, producing a duplicate entry
in the generated `pyproject.toml`.

Drop `fetch-depth: 0` from .github/workflows/snap.yml: it was only
there so snapcraft's `version: 'git'` could resolve `git describe`.
With the literal version field, the default shallow checkout is
enough.

Resulting snap filename on the v0.0.4 release:
`dbeaver-creds_0.0.4_amd64.snap`, `dbeaver-creds_0.0.4_arm64.snap`.

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

228 of 228 relevant lines covered (100.0%)

12.34 hits per line

Jobs
ID Job ID Ran Files Coverage
1 pwsh - 25136492339.1 29 Apr 2026 10:11PM UTC 1
100.0
GitHub Action Run
2 native-Linux - 25136492339.2 29 Apr 2026 10:10PM UTC 2
100.0
GitHub Action Run
3 native-Windows-CLANGARM64 - 25136492339.3 29 Apr 2026 10:17PM UTC 4
99.39
GitHub Action Run
4 native-macOS - 25136492339.4 29 Apr 2026 10:10PM UTC 2
96.7
GitHub Action Run
5 native-Windows-MINGW64 - 25136492339.5 29 Apr 2026 10:12PM UTC 4
99.32
GitHub Action Run
Source Files on build 25136492339
  • 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 #25136492339
  • 9ff54cc0 on github
  • Prev Build on master (#25136181445)
  • Next Build on master (#25136701083)
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