Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Separation filtering and formatting #189

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Separation filtering and formatting #189

wants to merge 2 commits into from

Conversation

night556
Copy link
Member

No description provided.

@codecov-io
Copy link

codecov-io commented Jun 21, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@44eb7ff). Click here to learn what that means.
The diff coverage is 60.65%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #189   +/-   ##
=========================================
  Coverage          ?   86.02%           
=========================================
  Files             ?       52           
  Lines             ?     3113           
  Branches          ?        0           
=========================================
  Hits              ?     2678           
  Misses            ?      304           
  Partials          ?      131
Impacted Files Coverage Δ
openapi/output_filter.go 98.86% <100%> (ø)
openapi/commando.go 79.27% <36.36%> (ø)
openapi/format.go 47.05% <47.05%> (ø)
openapi/filter.go 66.66% <66.66%> (ø)
openapi/flags.go 96.99% <80%> (ø)

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 44eb7ff...7840652. Read the comment docs.

if table.IsEmptyCell() && table.IsEmptySub() {
table.ParentTable().Remove(table)
}
if table.ParentTable() != nil {
Copy link
Contributor

Choose a reason for hiding this comment

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

当前表未删除的时候,不需要判断他的父表是否需要删除

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants