Update mockito and use async functions #126
Annotations
7 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::full_flow_insta ► smoke_test_insta:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'smoke_test_insta' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/insta-1.38.0/src/runtime.rs:563:9:
|
Test Suite
Failed test were found and 'fail-on-error' option is set to true
|
Test Suite
Process completed with exit code 100.
|
ha-mitaffald::full_flow_insta ► smoke_test_insta:
target/nextest/ci/junit.xml#L0
Failed test found in:
target/nextest/ci/junit.xml
Error:
thread 'smoke_test_insta' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/insta-1.38.0/src/runtime.rs:563:9:
|
Code coverage
Process completed with exit code 1.
|
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/.
|