Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

temp pause

temp pause #71

Triggered via push January 7, 2024 23:38
Status Success
Total duration 19m 23s
Artifacts

coverage.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
unused variable: `client`: src/queue/payouts.rs#L521
warning: unused variable: `client` --> src/queue/payouts.rs:521:5 | 521 | client: &clickhouse::Client, | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_client`
unused variable: `redis`: src/queue/payouts.rs#L520
warning: unused variable: `redis` --> src/queue/payouts.rs:520:5 | 520 | redis: &RedisPool, | ^^^^^ help: if this is intentional, prefix it with an underscore: `_redis`
unused variable: `pool`: src/queue/payouts.rs#L519
warning: unused variable: `pool` --> src/queue/payouts.rs:519:5 | 519 | pool: &PgPool, | ^^^^ help: if this is intentional, prefix it with an underscore: `_pool` | = note: `#[warn(unused_variables)]` on by default
unreachable statement: src/queue/payouts.rs#L525
warning: unreachable statement --> src/queue/payouts.rs:525:5 | 523 | return Ok(()); | ------------- any code following this expression is unreachable 524 | 525 | / let start: DateTime<Utc> = DateTime::from_naive_utc_and_offset( 526 | | (Utc::now() - Duration::days(1)) 527 | | .date_naive() 528 | | .and_hms_nano_opt(0, 0, 0, 0) 529 | | .unwrap_or_default(), 530 | | Utc, 531 | | ); | |______^ unreachable statement | = note: `#[warn(unreachable_code)]` on by default
citarp
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/