Skip to content

release v1.0.0

release v1.0.0 #309

Triggered via pull request September 25, 2023 19:11
Status Success
Total duration 5m 32s
Artifacts

ci.yaml

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

Annotations

27 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
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: tykhe/src/grpc.rs#L27
unused variable: `error`
Run clippy and unitary tests: tykhe/src/grpc.rs#L33
unused variable: `error`
Run clippy and unitary tests: tykhe/src/grpc.rs#L39
unused variable: `error`
Run clippy and unitary tests: tykhe/src/grpc.rs#L45
unused variable: `error`
Run clippy and unitary tests: tykhe/src/grpc.rs#L51
unused variable: `error`
Run clippy and unitary tests: tykhe/src/http.rs#L5
unused variable: `value`
Run clippy and unitary tests: tykhe/src/http.rs#L11
unused variable: `value`
Run clippy and unitary tests: tykhe/src/smtp.rs#L15
constant `DEFAULT_VERIFICATION_SUBJECT` is never used
Run clippy and unitary tests: tykhe/src/smtp.rs#L16
constant `DEFAULT_VERIFICATION_TEMPLATE` is never used
Run clippy and unitary tests: tykhe/src/smtp.rs#L17
constant `DEFAULT_RESET_SUBJECT` 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: tykhe/src/multi_factor/strategy/third_party_app.rs#L102
warning: the method `create` doesn't need a mutable reference --> tykhe/src/multi_factor/strategy/third_party_app.rs:102:21 | 102 | .create(&mut secret) | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed = note: `#[warn(clippy::unnecessary_mut_passed)]` on by default
Run clippy and unitary tests: tykhe/src/bin/rest.rs#L1
warning: unused `#[macro_use]` import --> tykhe/src/bin/rest.rs:1:1 | 1 | #[macro_use] | ^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
Run clippy and unitary tests: tykhe/src/bin/rest.rs#L4
warning: unused imports: `DecodingKey`, `EncodingKey` --> tykhe/src/bin/rest.rs:4:20 | 4 | use jsonwebtoken::{DecodingKey, EncodingKey}; | ^^^^^^^^^^^ ^^^^^^^^^^^
Run clippy and unitary tests: tykhe/src/bin/rest.rs#L5
warning: unused import: `rauth::cache::RedisCache` --> tykhe/src/bin/rest.rs:5:5 | 5 | use rauth::cache::RedisCache; | ^^^^^^^^^^^^^^^^^^^^^^^^
Run clippy and unitary tests: tykhe/src/bin/rest.rs#L6
warning: unused imports: `config`, `redis`, `token::service::JsonWebTokenService`, `tracer` --> tykhe/src/bin/rest.rs:6:13 | 6 | use rauth::{config, redis, token::service::JsonWebTokenService, tracer}; | ^^^^^^ ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^
Run clippy and unitary tests: tykhe/src/bin/rest.rs#L8
warning: unused import: `std::sync::Arc` --> tykhe/src/bin/rest.rs:8:5 | 8 | use std::sync::Arc; | ^^^^^^^^^^^^^^
Run clippy and unitary tests: tykhe/src/bin/rest.rs#L9
warning: unused import: `std::time::Duration` --> tykhe/src/bin/rest.rs:9:5 | 9 | use std::time::Duration; | ^^^^^^^^^^^^^^^^^^^