markdown table format fixes - #13848
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #13848 +/- ##
=============================================
- Coverage 19.64% 3.41% -16.24%
=============================================
Files 6368 487 -5881
Lines 574889 41867 -533022
Branches 70353 7912 -62441
=============================================
- Hits 112957 1429 -111528
+ Misses 449660 40238 -409422
+ Partials 12272 200 -12072
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 2 changed files in this pull request and generated no new comments.
Suppressed comments (2)
plugins/storage/volume/ontap/README.md:41
- These tables use a double leading pipe (
||), which in standard GitHub/CommonMark table parsing renders as an extra empty first column. If the intent is a 2-column table, switch rows to a single leading pipe (| Package | Description |) throughout the table (and similarly for the other tables in this README) so the rendered documentation doesn’t include a blank column.
| Package | Description |
| --- | --- |
| `driver` | Primary datastore driver implementation |
plugins/storage/volume/ontap/README.md:74
- The PR description/template appears unfilled (no change type selected, no testing notes). Since the template explicitly notes automation relies on it, please select the appropriate change type and add a brief testing note (even if it’s just “markdownlint only”).
When creating an ONTAP primary storage pool, provide the following details in the URL field (semicolon-separated key=value pairs):
Description
This PR… follows on #12943 after the extra markdown lint rule came into effect.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?