V3.1 audit fixes #942
actions.yml
on: pull_request
Contracts
/
Wasm tests
4m 27s
Contracts
/
Test Coverage
3m 4s
Contracts
/
Rust tests
41s
Contracts
/
Clippy linter check
13s
Annotations
6 warnings
[clippy] bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L947:
bridge-proxy/tests/bridge_proxy_blackbox_test.rs#L947
warning: useless conversion to the same type: `multiversx_sc::types::BigUint<multiversx_sc_scenario::api::VMHooksApi<multiversx_sc_scenario::api::impl_vh::static_api::StaticApiBackend>>`
--> bridge-proxy/tests/bridge_proxy_blackbox_test.rs:947:40
|
947 | .esdt_balance(BRIDGE_TOKEN_ID, BigUint::from(amount.clone()));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider removing `BigUint::from()`: `amount.clone()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|
Contracts / Clippy linter check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Contracts / Rust tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Contracts / Test Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "coverage", "mxpy_report", "report", "report-markdown".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Contracts / Wasm tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
coverage
|
5.99 KB |
|
mxpy_report
|
13.9 KB |
|
report
|
1.07 KB |
|
report-markdown
|
1.21 KB |
|