Closed eliashaeussler closed 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.
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.
Totals | |
---|---|
Change from base Build 11208316500: | 0.03% |
Covered Lines: | 1100 |
Relevant Lines: | 1204 |
The
StreamResponseHandler
is now result-aware, meaning it should always be used together with aResultCollectionHandler
. This was done to properly respect the result received from the dispatched url crawling events.