Skip to content

Add empty table importer #1237

Add empty table importer

Add empty table importer #1237

Triggered via push October 7, 2024 13:25
Status Failure
Total duration 3m 41s
Artifacts

rust.yml

on: push
Format Code
15s
Format Code
Static code analysis
1m 7s
Static code analysis
Unit tests
3m 8s
Unit tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Static code analysis: src/importer/table.rs#L50
unused variable: `input_path`
Static code analysis: src/importer/table.rs#L51
unused variable: `step_id`
Static code analysis: src/importer/table.rs#L52
unused variable: `tx`
Static code analysis: src/importer/table.rs#L7
constant `FILE_EXTENSIONS` is never used
Static code analysis: src/importer/table.rs#L21
fields `delimiter` and `quote_char` are never read
Static code analysis
Process completed with exit code 101.
Unit tests: src/importer/table.rs#L50
unused variable: `input_path`
Unit tests: src/importer/table.rs#L51
unused variable: `step_id`
Unit tests: src/importer/table.rs#L52
unused variable: `tx`
Unit tests: src/importer/table.rs#L7
constant `FILE_EXTENSIONS` is never used
Unit tests: src/importer/table.rs#L21
fields `delimiter` and `quote_char` are never read
Unit tests
Process completed with exit code 101.