Skip to content

Commit

Permalink
Fixing params
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jan 30, 2024
1 parent 07ab84f commit ac3559a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Run code coverage for simtest
run: |
./scripts/simtest/install.sh
./scripts/simtest/cargo-simtest simtest codecov --test-threads "12"
./scripts/simtest/cargo-simtest simtest codecov
- name: Upload report to Codecov for simtest
uses: codecov/codecov-action@v3
Expand Down
2 changes: 1 addition & 1 deletion scripts/simtest/cargo-simtest
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if [ "$1" = "build" ]; then
fi

if [ $CODE_COV == 1 ]; then
CARGO_COMMAND=(llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest --cargo-profile simulator)
CARGO_COMMAND=(llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest run --cargo-profile simulator)
fi

# Must supply a new temp dir - the test is deterministic and can't choose one randomly itself.
Expand Down

0 comments on commit ac3559a

Please sign in to comment.