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

TYPO3BestPractices / tea / 35106336288
100%

Build:
DEFAULT BRANCH: main
Ran 16 Sep 2026 02:09PM UTC
Jobs 1
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

16 Sep 2026 02:06PM UTC coverage: 100.0%. Remained the same
35106336288

push

github

web-flow
[BUGFIX] Make runTests.sh work in git worktrees (#2331)

In a git worktree ".git" is a file pointing to a gitdir below the main
checkout instead of a directory. runTests.sh mounts only the extension
root into the container, so that gitdir is not carried along and git
finds no repository at all inside the container:

  git rev-parse --git-dir
  fatal: not a git repository: (null)

The suites shipped here do not call git directly, so nothing fails
outright, but composer loses its version detection and falls back with
"Composer could not detect the root package (ttn/tea) version,
defaulting to '1.0.0'" in the psrVerify suite, and any git based check
added later would silently see an empty repository.

The container now additionally mounts the common gitdir under its
original absolute path whenever ".git" is a file, which also covers the
worktree gitdir nested below it. A regular checkout keeps a ".git"
directory, leaves the mount empty and is unaffected.

Resolves: #2280

Signed-off-by: Stefan Bürk <stefan@buerk.tech>

129 of 129 relevant lines covered (100.0%)

5.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 35106336288.1 16 Sep 2026 02:09PM UTC 6
100.0
GitHub Action Run
Source Files on build 35106336288
  • 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 #35106336288
  • d2793d70 on github
  • Prev Build on main (#35087656922)
  • Next Build on main (#35106862456)
  • 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