Skip to content

Conversation

@kuitos
Copy link
Member

@kuitos kuitos commented Sep 7, 2021

比如运行时路由配置的是:

routes: [
  { path: '/app1', microApp: 'app1' },
+ { path: '/app2', routes: [
+   { path: '/app2/nest', microApp: 'app2' }
+ ] },
]

@kuitos kuitos requested a review from ttys026 September 7, 2021 13:41
@codecov
Copy link

codecov bot commented Sep 7, 2021

Codecov Report

Merging #706 (942f829) into master (a52a776) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #706   +/-   ##
=======================================
  Coverage   52.05%   52.05%           
=======================================
  Files          64       64           
  Lines        1579     1579           
  Branches      425      425           
=======================================
  Hits          822      822           
  Misses        748      748           
  Partials        9        9           

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 a52a776...942f829. Read the comment docs.

Copy link
Contributor

@ttys026 ttys026 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

3 participants