Skip to content

Fix failing tests from recent commit #95

Fix failing tests from recent commit

Fix failing tests from recent commit #95

Triggered via pull request November 8, 2025 18:34
Status Success
Total duration 1m 46s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 warnings
this function has too many arguments (9/7): functions/create-issue/src/template.rs#L147
warning: this function has too many arguments (9/7) --> functions/create-issue/src/template.rs:147:5 | 147 | / pub fn render_newsletter( 148 | | &self, 149 | | issue_number: u32, 150 | | quote: &Quote, ... | 156 | | sponsor: Option<&Sponsor>, 157 | | ) -> Result<String> { | |_______________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default
manual implementation of an assign operation: functions/create-issue/src/datetime_utils.rs#L31
warning: manual implementation of an assign operation --> functions/create-issue/src/datetime_utils.rs:31:9 | 31 | target = target + Duration::days(1); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace it with: `target += Duration::days(1)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#assign_op_pattern = note: `#[warn(clippy::assign_op_pattern)]` on by default
field `url` is never read: functions/fetch-quote/src/models.rs#L27
warning: field `url` is never read --> functions/fetch-quote/src/models.rs:27:9 | 23 | pub struct InputQuote { | ---------- field in this struct ... 27 | pub url: String, | ^^^
fields `id` and `url` are never read: functions/fetch-quote/src/models.rs#L15
warning: fields `id` and `url` are never read --> functions/fetch-quote/src/models.rs:15:9 | 14 | pub struct Author { | ------ fields in this struct 15 | pub id: String, | ^^ ... 19 | pub url: String, | ^^^
test-rust
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/
test-rust
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/
test-rust
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/
test-rust
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/