Skip to content

release v1.0.0

release v1.0.0 #305

Triggered via pull request September 24, 2023 23:02
Status Success
Total duration 6m 18s
Artifacts

ci.yaml

on: pull_request
Changelog
5s
Changelog
Compute code coverage
2m 45s
Compute code coverage
Run clippy and unitary tests
5m 55s
Run clippy and unitary tests
Fit to window
Zoom out
Zoom in

Annotations

33 warnings
Compute code coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Compute code coverage: src/cache.rs#L151
unused import: `Display`
Compute code coverage: src/cache.rs#L194
unused variable: `expire`
Compute code coverage
`tykhe` (lib test) generated 2 warnings (run `cargo fix --lib -p tykhe --tests` to apply 2 suggestions)
Compute code coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compute code coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compute code coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compute code coverage
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/clippy@master, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Run clippy and unitary tests: src/cache.rs#L151
unused import: `Display`
Run clippy and unitary tests: src/grpc.rs#L27
unused variable: `error`
Run clippy and unitary tests: src/grpc.rs#L33
unused variable: `error`
Run clippy and unitary tests: src/grpc.rs#L39
unused variable: `error`
Run clippy and unitary tests: src/grpc.rs#L45
unused variable: `error`
Run clippy and unitary tests: src/grpc.rs#L51
unused variable: `error`
Run clippy and unitary tests: src/http.rs#L24
unused variable: `value`
Run clippy and unitary tests: src/http.rs#L30
unused variable: `value`
Run clippy and unitary tests: src/smtp.rs#L15
constant `DEFAULT_VERIFICATION_SUBJECT` is never used
Run clippy and unitary tests: src/smtp.rs#L16
constant `DEFAULT_VERIFICATION_TEMPLATE` is never used
Run clippy and unitary tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run clippy and unitary tests: src/grpc.rs#L27
warning: unused variable: `error` --> src/grpc.rs:27:13 | 27 | fn from(error: user::error::Error) -> Status { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error` | = note: `#[warn(unused_variables)]` on by default
Run clippy and unitary tests: src/grpc.rs#L33
warning: unused variable: `error` --> src/grpc.rs:33:13 | 33 | fn from(error: token::error::Error) -> Status { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
Run clippy and unitary tests: src/grpc.rs#L39
warning: unused variable: `error` --> src/grpc.rs:39:13 | 39 | fn from(error: multi_factor::error::Error) -> Status { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
Run clippy and unitary tests: src/grpc.rs#L45
warning: unused variable: `error` --> src/grpc.rs:45:13 | 45 | fn from(error: session::error::Error) -> Status { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
Run clippy and unitary tests: src/grpc.rs#L51
warning: unused variable: `error` --> src/grpc.rs:51:13 | 51 | fn from(error: Error) -> Status { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
Run clippy and unitary tests: src/http.rs#L24
warning: unused variable: `value` --> src/http.rs:24:13 | 24 | fn from(value: session::error::Error) -> Self { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
Run clippy and unitary tests: src/http.rs#L30
warning: unused variable: `value` --> src/http.rs:30:13 | 30 | fn from(value: token::error::Error) -> Self { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_value`
Run clippy and unitary tests: src/smtp.rs#L15
warning: constant `DEFAULT_VERIFICATION_SUBJECT` is never used --> src/smtp.rs:15:7 | 15 | const DEFAULT_VERIFICATION_SUBJECT: &str = "Email verification"; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
Run clippy and unitary tests: src/smtp.rs#L16
warning: constant `DEFAULT_VERIFICATION_TEMPLATE` is never used --> src/smtp.rs:16:7 | 16 | const DEFAULT_VERIFICATION_TEMPLATE: &str = "verification_email.html"; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Run clippy and unitary tests: src/smtp.rs#L17
warning: constant `DEFAULT_RESET_SUBJECT` is never used --> src/smtp.rs:17:7 | 17 | const DEFAULT_RESET_SUBJECT: &str = "Reset password"; | ^^^^^^^^^^^^^^^^^^^^^