Commit bdb31d3
DevForge Engineer
docs(contributing): fix 'uff' -> 'ruff' typos in lint commands
Both lint instructions in CONTRIBUTING.md had 'uff' instead of 'ruff',
making the commands non-functional for contributors.
test(converter): add missing coverage for unsupported root types and schema gen
- Test ValueError for string/number/boolean root types
- Test generate_schema with single dict root
- Test generate_schema with primitive root (falls back to 'value' column)
- Test generate_schema with flatten=True and nested arrays
Converter module coverage: 93% -> 100%1 parent d309fdd commit bdb31d3
12 files changed
Lines changed: 52 additions & 2 deletions
File tree
- src/json2sql/__pycache__
- tests
- __pycache__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments