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

Implement new Wikimedia mobile end-point support/render #1903

Merged
merged 59 commits into from
Oct 17, 2023

Move common static files handling to abstract render

d412ee4
Select commit
Loading
Failed to load commit list.
Merged

Implement new Wikimedia mobile end-point support/render #1903

Move common static files handling to abstract render
d412ee4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 16, 2023 in 0s

76.14% (+1.53%) compared to 6b51e74

View this Pull Request on Codecov

76.14% (+1.53%) compared to 6b51e74

Details

Codecov Report

Attention: 22 lines in your changes are missing coverage. Please review.

Comparison is base (6b51e74) 74.60% compared to head (d412ee4) 76.14%.
Report is 18 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1903      +/-   ##
==========================================
+ Coverage   74.60%   76.14%   +1.53%     
==========================================
  Files          33       37       +4     
  Lines        2812     2985     +173     
  Branches      626      653      +27     
==========================================
+ Hits         2098     2273     +175     
+ Misses        618      617       -1     
+ Partials       96       95       -1     
Files Coverage Δ
src/MediaWiki.ts 86.56% <100.00%> (+0.70%) ⬆️
src/Templates.ts 100.00% <100.00%> (ø)
src/config.ts 100.00% <ø> (ø)
src/mwoffliner.lib.ts 74.81% <100.00%> (ø)
src/renderers/abstract.renderer.ts 86.17% <100.00%> (-1.10%) ⬇️
src/renderers/visual-editor.renderer.ts 56.75% <100.00%> (+1.20%) ⬆️
src/util/builders/url/desktop.director.ts 100.00% <ø> (ø)
src/util/builders/url/mobile.director.ts 100.00% <100.00%> (ø)
src/util/const.ts 100.00% <100.00%> (ø)
src/util/dump.ts 74.19% <100.00%> (+1.77%) ⬆️
... and 9 more

... and 1 file with indirect coverage changes

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