Skip to content

Commit

Permalink
really exclude segfaulting crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 committed Oct 31, 2024
1 parent b91e9cb commit fe2d008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cargo_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
# - name: Pack report
# run: cd target/llvm-cov/html && tar -czvf ../nextest_coverage_report.tgz ./

# # TEMP
# - name: Upload report
# uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v4
# with:
Expand All @@ -79,7 +78,6 @@ jobs:
- name: Pack report (simtest)
run: cd target/llvm-cov/html && tar -czvf ../simtest_coverage_report.tgz ./

# TEMP
- name: Upload report (simtest)
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # pin@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions scripts/simtest/codecov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ cargo llvm-cov clean

MSIM_WATCHDOG_TIMEOUT_MS=60000 MSIM_TEST_SEED=1 cargo +nightly llvm-cov --ignore-run-fail --branch --html nextest \
--cargo-profile simulator \
-vv \
-E '!package(iota-e2e-tests)' \
-E '!package(iota-json-rpc-tests)'
--exclude iota-e2e-tests \
--exclude iota-json-rpc-tests \
--exclude iota-faucet

# remove the patch
git checkout .cargo/config Cargo.toml Cargo.lock

0 comments on commit fe2d008

Please sign in to comment.