moxystudio / next-with-moxy

MOXY's boilerplate to accelerate the setup of new Next.js based web applications
https://next-with.moxy.tech
MIT License
101 stars 11 forks source link

feat: upgrade to use @moxy/next-router-scroll #113

Closed satazor closed 4 years ago

satazor commented 4 years ago

Also:

Closes #112

github-actions[bot] commented 4 years ago

This pull-request can be previewed at https://next-with-moxy-pr-113.vercel.app. Please check the Vercel status below to see when it's ready.

codecov[bot] commented 4 years ago

Codecov Report

Merging #113 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #113   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        19    +1     
  Lines           95        94    -1     
  Branches         9         9           
=========================================
- Hits            95        94    -1     
Impacted Files Coverage Δ
www/shared/modules/react-main-layout/MainLayout.js 100.00% <ø> (ø)
www/shared/test-utils/index.js 100.00% <ø> (ø)
www/app/App.js 100.00% <100.00%> (ø)
www/pages/contacts/Contacts.js 100.00% <100.00%> (ø)
www/pages/error/ErrorPage.js 100.00% <100.00%> (ø)
www/pages/home/Home.js 100.00% <100.00%> (ø)
www/pages/terms/Terms.js 100.00% <100.00%> (ø)
...w/shared/modules/react-page-swapper/PageSwapper.js 100.00% <100.00%> (ø)
...act-page-swapper/page-transition/PageTransition.js 100.00% <100.00%> (ø)
...hared/test-utils/modules/react-app-tree/AppTree.js 100.00% <100.00%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 61121d6...8541513. Read the comment docs.