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

Tatsh / livecheck / 30754131682
100%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2026 03:21PM UTC
Jobs 5
Files 44
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

02 Aug 2026 03:20PM UTC coverage: 100.0%. Remained the same
30754131682

push

github

Tatsh
utils.portage: match the tag prefix when the version is renamed

The tag pattern check locates the version inside the SRC_URI file name
by searching for the ebuild version. An ebuild that renames the version
through MY_PV never matches, and the check then imposed no pattern at
all, so every tag in the repository competed.

games-emulation/dosbox-x fetches `dosbox-x-v${MY_PV}.tar.gz` with MY_PV
well behind PV, which left the unrelated `dosbox-x-wip-20180715-1600`
tag in the running. Its date reads as version 20180715.1600, and Portage
compares the first component, so it beat every release and the ebuild was
renamed from 2026.3.29 down to 20180715.1600.

Fall back to the fixed text before the version, `dosbox-x-v` here, and
require candidates to start with it. A prefix that is only a `v` marker
is ignored: dev-python/underthesea-core refers to `v8.3.0` while the
newest tag is `underthesea-v9.5.0`, and treating `v` as a scheme would
hide it.

Checked against the whole overlay with the ebuild version held constant:
of 465 packages, only dosbox-x changes, from 20180715.1600 to 2026.7.2.

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

583 of 583 branches covered (100.0%)

Branch coverage included in aggregate %.

3095 of 3095 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30754131682.1 02 Aug 2026 03:21PM UTC 44
100.0
GitHub Action Run
2 30754131682.2 02 Aug 2026 03:21PM UTC 44
100.0
GitHub Action Run
3 30754131682.3 02 Aug 2026 03:21PM UTC 44
100.0
GitHub Action Run
4 30754131682.4 02 Aug 2026 03:21PM UTC 44
100.0
GitHub Action Run
5 30754131682.5 02 Aug 2026 03:21PM UTC 44
99.97
GitHub Action Run
Source Files on build 30754131682
  • Tree
  • List 44
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30754131682
  • 508948bd on github
  • Prev Build on master (#30741388405)
  • Next Build on master (#30796921541)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc