Skip to content

Separation filtering and formatting#189

Open
night556 wants to merge 2 commits into
aliyun:masterfrom
night556:filter
Open

Separation filtering and formatting#189
night556 wants to merge 2 commits into
aliyun:masterfrom
night556:filter

Conversation

@night556
Copy link
Copy Markdown
Member

No description provided.

@codecov-io
Copy link
Copy Markdown

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.

Comment thread humanFormat/fromJSONto.go
if table.IsEmptyCell() && table.IsEmptySub() {
table.ParentTable().Remove(table)
}
if table.ParentTable() != nil {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

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

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 1, 2026

Codecov Report

❌ Patch coverage is 60.65574% with 24 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.02%. Comparing base (b56d0da) to head (7840652).
⚠️ Report is 734 commits behind head on master.

Files with missing lines Patch % Lines
openapi/format.go 47.05% 9 Missing ⚠️
openapi/commando.go 36.36% 5 Missing and 2 partials ⚠️
openapi/filter.go 66.66% 2 Missing and 2 partials ⚠️
openapi/flags.go 80.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
- Coverage   86.73%   86.02%   -0.71%     
==========================================
  Files          50       52       +2     
  Lines        3060     3113      +53     
==========================================
+ Hits         2654     2678      +24     
- Misses        281      304      +23     
- Partials      125      131       +6     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

5 participants