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

TYPO3BestPractices / tea / 27545253729
92%

Build:
DEFAULT BRANCH: main
Ran 15 Jun 2026 12:11PM UTC
Jobs 1
Files 8
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

15 Jun 2026 12:10PM UTC coverage: 92.089%. Remained the same
27545253729

push

github

web-flow
[TASK] Allow insecure and abandoned Composer packages (#2179)

The Composer functionality for blocking insecure and abandoned
packages only makes sense for projects, not for libraries or
TYPO3 extensions.

Also, blocking insecure packages also blocks us from installing
TYPO3 12LTS (as the public version has known vulnerabilities).

To fix our CI pipeline, we need to configure Composer to allow
insecure and abandoned packages.

```
composer config audit.block-insecure false
composer config audit.block-abandoned false
composer normalize
```

291 of 316 relevant lines covered (92.09%)

3.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27545253729.1 15 Jun 2026 12:11PM UTC 8
92.09
GitHub Action Run
Source Files on build 27545253729
  • Tree
  • List 8
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27545253729
  • b9557dc9 on github
  • Prev Build on main (#27232126118)
  • 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