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

feat: enable static routes filtering by route component config #101

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from

Conversation

yurks
Copy link

@yurks yurks commented Feb 12, 2020

Default route component with property sitemap: true will mark corresponding route to be included in sitemap. Routes without this setting will be ignored.

@codecov
Copy link

codecov bot commented Feb 12, 2020

Codecov Report

Merging #101 into dev will decrease coverage by 12.33%.
The diff coverage is 87.55%.

Impacted file tree graph

@@            Coverage Diff            @@
##            dev     #101       +/-   ##
=========================================
- Coverage   100%   87.66%   -12.34%     
=========================================
  Files         1        7        +6     
  Lines         3      227      +224     
  Branches      0       46       +46     
=========================================
+ Hits          3      199      +196     
- Misses        0       17       +17     
- Partials      0       11       +11
Impacted Files Coverage Δ
lib/builder.js 100% <100%> (ø)
lib/options.js 100% <100%> (ø)
lib/middleware.js 100% <100%> (ø)
lib/module.js 100% <100%> (ø)
lib/generator.js 100% <100%> (ø)
lib/cache.js 100% <100%> (ø)
lib/routes.js 39.13% <39.13%> (ø)
... and 4 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 a7a3bca...7510931. Read the comment docs.

@yurks yurks changed the title Enable static routes filtering by route component config feat: enable static routes filtering by route component config Feb 12, 2020
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.

None yet

1 participant