-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
added test to check the right scraped multimedia files #1821
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #1821 +/- ##
==========================================
+ Coverage 70.90% 71.11% +0.21%
==========================================
Files 24 24
Lines 2622 2624 +2
Branches 594 596 +2
==========================================
+ Hits 1859 1866 +7
+ Misses 657 652 -5
Partials 106 106
... and 1 file with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- What about the different format testing?
- Are you sure User:Kelson/MWoffliner_CI_reference is actually scraped properly?
bd06c73
to
1485249
Compare
…e by an external link.
1d40608
to
4ea9d27
Compare
On the bottom of the zim page, I see also external links to the |
@pavel-karatsiuba none of these links are external. An external link has a precise meaning in Mediawiki, see https://www.mediawiki.org/wiki/Help:Links#External_links They are direct links to internal resources. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
The test is scraping the page with different types of multimedia files.
Fixes: #890