From 624d04075094f18443a7b92a4ea114d36fb6b323 Mon Sep 17 00:00:00 2001 From: Eugene Boguslavsky Date: Sun, 8 Sep 2024 21:52:35 +0000 Subject: [PATCH 1/2] Fix Code Coverage script --- scripts/simtest/codecov.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/simtest/codecov.sh b/scripts/simtest/codecov.sh index 6df7c9ccaef05..60e9dd3ffa372 100755 --- a/scripts/simtest/codecov.sh +++ b/scripts/simtest/codecov.sh @@ -17,4 +17,4 @@ export SIMTEST_STATIC_INIT_MOVE=$root_dir"/examples/move/basics" MSIM_WATCHDOG_TIMEOUT_MS=60000 MSIM_TEST_SEED=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov-simtest.info nextest --cargo-profile simulator # remove the patch -git checkout .cargo/config Cargo.toml Cargo.lock +git checkout .cargo/config.toml Cargo.toml Cargo.lock From 8a4e026e38bd5bede7c4f875ec1ff243673693f9 Mon Sep 17 00:00:00 2001 From: Eugene Boguslavsky Date: Sun, 8 Sep 2024 21:58:16 +0000 Subject: [PATCH 2/2] Fix config-patch as well --- scripts/simtest/config-patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/simtest/config-patch b/scripts/simtest/config-patch index 655ca6ce64adc..ed77e318c0453 100644 --- a/scripts/simtest/config-patch +++ b/scripts/simtest/config-patch @@ -1,7 +1,7 @@ -diff --git a/.cargo/config b/.cargo/config +diff --git a/.cargo/config.toml b/.cargo/config.toml index ec2c459490..55985cbe9f 100644 ---- a/.cargo/config -+++ b/.cargo/config +--- a/.cargo/config.toml ++++ b/.cargo/config.toml @@ -25,4 +25,4 @@ move-clippy = [ ]