eliashaeussler / typo3-warming

🚀 Extension for TYPO3 CMS that warms up Frontend caches based on an XML sitemap with multi-language support.
https://docs.typo3.org/p/eliashaeussler/typo3-warming/main/en-us/
GNU General Public License v2.0
15 stars 9 forks source link

[!!!][TASK] Make `StreamResponseHandler` result-aware #714

Closed eliashaeussler closed 1 month ago

eliashaeussler commented 1 month ago

The StreamResponseHandler is now result-aware, meaning it should always be used together with a ResultCollectionHandler. This was done to properly respect the result received from the dispatched url crawling events.

codeclimate[bot] commented 1 month ago

Code Climate has analyzed commit 8f84824d and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 91.3% (0.0% change).

View more on Code Climate.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 11214410488

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 11208316500: 0.03%
Covered Lines: 1100
Relevant Lines: 1204

💛 - Coveralls