Configure traditional address lookup #120
Annotations
13 errors and 4 warnings
field `stand_id` is never read:
src/mitaffald/mod.rs#L42
error: field `stand_id` is never read
--> src/mitaffald/mod.rs:42:5
|
40 | struct Response {
| -------- field in this struct
41 | #[serde(rename = "standId")]
42 | stand_id: String,
| ^^^^^^^^
|
= note: `-D dead-code` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(dead_code)]`
|
Lints
Clippy has exited with exit code 101
|
ha-mitaffald ► mitaffald::tests::can_extract_data_using_address_id:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'mitaffald::tests::can_extract_data_using_address_id' panicked at src/mitaffald/mod.rs:147:26:
|
ha-mitaffald ► mitaffald::tests::can_handle_server_error:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'mitaffald::tests::can_handle_server_error' panicked at src/mitaffald/mod.rs:217:26:
|
ha-mitaffald ► mitaffald::tests::can_extract_data_using_traditional_address:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'mitaffald::tests::can_extract_data_using_traditional_address' panicked at src/mitaffald/mod.rs:177:26:
|
ha-mitaffald::full_flow ► smoke_test:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'smoke_test' panicked at tests/full_flow.rs:27:33:
|
Test Suite
Failed test were found and 'fail-on-error' option is set to true
|
Test Suite
Process completed with exit code 100.
|
Code coverage
Process completed with exit code 1.
|
ha-mitaffald ► mitaffald::tests::can_extract_data_using_address_id:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'mitaffald::tests::can_extract_data_using_address_id' panicked at src/mitaffald/mod.rs:147:26:
|
ha-mitaffald ► mitaffald::tests::can_handle_server_error:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'mitaffald::tests::can_handle_server_error' panicked at src/mitaffald/mod.rs:217:26:
|
ha-mitaffald ► mitaffald::tests::can_extract_data_using_traditional_address:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'mitaffald::tests::can_extract_data_using_traditional_address' panicked at src/mitaffald/mod.rs:177:26:
|
ha-mitaffald::full_flow ► smoke_test:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'smoke_test' panicked at tests/full_flow.rs:27:33:
|
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lints
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, clechasseur/rs-clippy-check@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test Suite
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Code coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|