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

FriendsOfTYPO3 / tea / 7259771471
100%

Build:
DEFAULT BRANCH: main
Ran 19 Dec 2023 09:20AM UTC
Jobs 1
Files 5
Run time 1s
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:19AM UTC coverage: 100.0%. Remained the same
7259771471

push

github

web-flow
[BUGFIX] Use better supported condition checks in `runTests.sh` (#1086)

With 8a2e0cb the `-b` option to select the container
binary (podman or docker) has been added. During the
adoption from the TYPO3 core implementation, it has
been discoverd that the simplified checks are not
really working and changed to the better supported
version.

Sadly, it have been missed to do the at all places
correctly.

This change covers that and modifies `runTests.sh`
to use the better supported condition form for the
container binary checks introduced with 8a2e0cb.

For example, conditions like

```shell
if [ ${CONTAINER_BIN} = "" ]; then ..
```

are changed to

```shell
if [ "${CONTAINER_BIN}" == "" ]; then ..
```

Resolves: #1085

46 of 46 relevant lines covered (100.0%)

4.8 hits per line

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