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

oleg-koval / dcli / 23958743555
45%

Build:
DEFAULT BRANCH: main
Ran 03 Apr 2026 07:13PM UTC
Jobs 1
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

03 Apr 2026 07:12PM UTC coverage: 66.055%. Remained the same
23958743555

push

github

web-flow
fix: goreleaser skip validate (#21)

* fix: add --skip-validate flag to GoReleaser to allow releases without git tags

GoReleaser validates that the current commit has a git tag by default. Since the release workflow runs on every push to main (not just on tags), this validation was failing with a 15s timeout.

By adding --skip-validate, GoReleaser will skip this validation and use the version provided via GORELEASER_CURRENT_TAG environment variable, which is generated from 'git describe' or falls back to the short SHA.

This allows fully automated releases on every push to main as intended.

* fix: downgrade GoReleaser config version to 1 for compatibility

GoReleaser 1.26.2 only supports config version 1. The file was using version 2 which caused the release to fail with 'only configurations files on version: 1 are supported'.

* fix: remove unsupported prerelease_suffix field from GoReleaser config

GoReleaser 1.26.2 (version: 1) does not support the prerelease_suffix field
in the release section. Removing it to fix the yaml unmarshal error.

216 of 327 relevant lines covered (66.06%)

2.94 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23958743555.1 03 Apr 2026 07:13PM UTC 10
66.06
GitHub Action Run
Source Files on build 23958743555
  • 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 #23958743555
  • 0a0e277f on github
  • Prev Build on main (#23958597145)
  • Next Build on main (#23959481178)
  • Delete
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