Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Immoscout crawler: Log number of found entries when using web driver #531

Merged
merged 1 commit into from
Feb 5, 2024

Conversation

ngdio
Copy link

@ngdio ngdio commented Feb 5, 2024

All crawlers report the number of found entries in the debug log, but Immoscout does not when the Selenium web driver is enabled. This makes it a bit inconsistent as it can look like the crawler failed or found no results even when it does, so I made a quick fix to add a debug message.

Copy link

codecov bot commented Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0e82ac9) 70.71% compared to head (b116212) 66.88%.
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #531      +/-   ##
==========================================
- Coverage   70.71%   66.88%   -3.84%     
==========================================
  Files          41       41              
  Lines        2271     2274       +3     
  Branches      338      314      -24     
==========================================
- Hits         1606     1521      -85     
- Misses        558      655      +97     
+ Partials      107       98       -9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@codders codders merged commit 7a65bdf into flathunters:main Feb 5, 2024
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants