Skip to content

Commit

Permalink
Fix Code Coverage script
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Sep 8, 2024
1 parent 2a06af6 commit 624d040
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 624d040

Please sign in to comment.