Skip to content

Commit

Permalink
Fix Code Coverage script (MystenLabs#19271)
Browse files Browse the repository at this point in the history
## Description 
Fix Code Coverage script due to
MystenLabs@89ef73d#diff-9a4f3e4537ebb7474452d131b0d969d89a51286f4269aac5ef268e712be17268

## Test plan 
👀
  • Loading branch information
ebmifa authored Sep 9, 2024
1 parent 2a06af6 commit 00e2d71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/simtest/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions scripts/simtest/config-patch
Original file line number Diff line number Diff line change
@@ -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 = [
]

Expand Down

0 comments on commit 00e2d71

Please sign in to comment.