Skip to content

chore: Upgrade testing infrastructure #5

chore: Upgrade testing infrastructure

chore: Upgrade testing infrastructure #5

Triggered via pull request August 5, 2024 13:22
@ok-nickok-nick
synchronize #513
ok-nick/tests
Status Cancelled
Total duration 37s
Artifacts

compat.yml

on: pull_request
compat-snapshot
21s
compat-snapshot
Fit to window
Zoom out
Zoom in

Annotations

3 errors
compat-snapshot
The run was canceled by @ok-nick.
compat-snapshot
The operation was canceled.
fields `uncompressed_remote_size` and `uncompressed_embedded_size` are never read: sdk/tests/compat.rs#L32
error: fields `uncompressed_remote_size` and `uncompressed_embedded_size` are never read --> sdk/tests/compat.rs:32:5 | 29 | pub struct CompatAssetDetails { | ------------------ fields in this struct ... 32 | uncompressed_remote_size: Option<usize>, | ^^^^^^^^^^^^^^^^^^^^^^^^ 33 | // This one should always be defined. 34 | uncompressed_embedded_size: usize, | ^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `CompatAssetDetails` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `-D dead-code` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(dead_code)]`