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

FriendsOfTYPO3 / tea / 7259971046
100%

Build:
DEFAULT BRANCH: main
Ran 19 Dec 2023 09:37AM UTC
Jobs 1
Files 5
Run time –
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

19 Dec 2023 09:37AM UTC coverage: 100.0%. Remained the same
7259971046

push

github

web-flow
[BUGFIX] Avoid unsupported option for `podman` (#1089)

The TYPO3 core runTests.sh has been using the
uid option for the tmpfs mount in the past
and removed it due to the fact it's not supported
by the podman container binary.

This has been missed to change along with the
introduction of the `-b` container binary option
in #1075 and therefore the podmand and docker dual
support.

For example, following

```shell
--tmpfs ${ROOT_DIR}/typo3temp/var/tests/functional-sqlite-dbs/:rw,noexec,nosuid,uid=${HOST_UID}
```

is changed to

```shell
--tmpfs ${ROOT_DIR}/typo3temp/var/tests/functional-sqlite-dbs/:rw,noexec,nosuid
```

which works for both binaries in case of tmpfs mounts.

Resolves: #1087
Resolves: #1083
Related: #1075

46 of 46 relevant lines covered (100.0%)

4.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7259971046.1 19 Dec 2023 09:37AM UTC 5
100.0
GitHub Action Run
Source Files on build 7259971046
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7f8f379f on github
  • Prev Build on main (#7259771471)
  • Next Build on main (#7260044745)
  • 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